We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b33de commit 21885c2Copy full SHA for 21885c2
src/Module.php
@@ -72,7 +72,7 @@ public function getDefaultModels()
72
];
73
}
74
75
- public function model(string $name)
+ public function model($name)
76
{
77
$models = $this->getDefaultModels();
78
if (array_key_exists($name, $models)) {
0 commit comments