Skip to content

Commit

Permalink
Fixing & Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Ariawan committed May 15, 2021
1 parent 7e8be7c commit 4889a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/Phinx.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
return
[
'paths' => [
'migrations' => '%%PHINX_CONFIG_DIR%%/Databases',
'seeds' => '%%PHINX_CONFIG_DIR%%/Seeds'
'migrations' => __DIR__.'/../app/Migrations/Databases',
'seeds' => __DIR__.'/../app/Migrations/Seeds'
],
'environments' => [
'default_migration_table' => 'phinxlog',
Expand Down

0 comments on commit 4889a31

Please sign in to comment.