Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Update MakeSeedCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JapSeyz authored Oct 10, 2017
1 parent 99e1f0f commit 999f1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/MakeSeedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __invoke(Route $route, AdapterInterface $console)
$matches = $route->getMatches();

if(!$matches['path']){
$path = 'data/database/seeds';
$matches['path'] = 'data/database/seeds';
}

if ( ! \is_dir($matches['path'])) {
Expand Down

0 comments on commit 999f1fd

Please sign in to comment.