Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyu65 committed Jul 25, 2017
1 parent 0f02f88 commit db04f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function fire()

//seed
$this->info('Seeding data into database');
$this->executeSeed('DatabaseSeeder');
$this->executeSeed('umiDatabaseSeeder');
} catch (\Exception $exception) {
$hasError = $exception->getMessage();
$this->info('Something wrong when executing the database operation');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Illuminate\Database\Seeder;
use YM\Commands\Traits\executeSeed;

class DatabaseSeeder extends Seeder
class umiDatabaseSeeder extends Seeder
{
use executeSeed;

Expand Down

0 comments on commit db04f7a

Please sign in to comment.