Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wimurk authored Aug 11, 2023
1 parent d41b468 commit 8b7e38b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

return [

/**
* The relative path from your root to your models location
* You can add multiple model paths
*/
'models_path' => [
"app/Models"
],

/**
* The relative path from your root to the location where the seeders will be generated
*/
Expand All @@ -19,7 +11,7 @@
* These columns will be excluded from your seeders
*/
'exclude_columns' => [
"id"

],


Expand Down

0 comments on commit 8b7e38b

Please sign in to comment.