@@ -100,7 +100,7 @@ |
||
| 100 | 100 | * @param string $name |
| 101 | 101 | * @param array $config // You should never send an array with a key defined as "class" since this will |
| 102 | 102 | * // overwrite the main className defined by the system. |
| 103 | - * @return string|array |
|
| 103 | + * @return callable |
|
| 104 | 104 | */ |
| 105 | 105 | public function model($name, $config = []) |
| 106 | 106 | { |