Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Apr 20, 2018
1 parent 24390d0 commit 408aa4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/migration.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

if (env('APP_ENV') === 'testing') {
/*if (env('APP_ENV') === 'testing') {
$migrations = BASEDIR . '/database/{migrations,upgrades}';
} else {
} else {*/
$migrations = BASEDIR . '/database/' . (env('APP_NEW') ? 'migrations' : 'upgrades');
}
//}

return [
'paths' => [
Expand Down

0 comments on commit 408aa4c

Please sign in to comment.