Skip to content

Commit 21885c2

Browse files
authored
Update Module.php
1 parent 03b33de commit 21885c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getDefaultModels()
7272
];
7373
}
7474

75-
public function model(string $name)
75+
public function model($name)
7676
{
7777
$models = $this->getDefaultModels();
7878
if (array_key_exists($name, $models)) {

0 commit comments

Comments
 (0)