Skip to content

Commit 97caf80

Browse files
authored
Merge pull request #171 from yajra/model-ns
fix: default model namespace config
2 parents 813733c + d02c53f commit 97caf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* With Model: App\Post
2424
* Export filename: posts_timestamp
2525
*/
26-
'model' => '',
26+
'model' => 'Models',
2727
],
2828

2929
/*

0 commit comments

Comments
 (0)