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

Commit

Permalink
Remove duplicated migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidlaasri committed Jan 12, 2018
1 parent e01ed69 commit 9a7c4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Helpers/DatabaseManager.php
Expand Up @@ -21,7 +21,6 @@ public function migrateAndSeed()
$outputLog = new BufferedOutput;

$this->sqlite($outputLog);
$this->migrate($outputLog);

return $this->migrate($outputLog);
}
Expand Down

0 comments on commit 9a7c4bc

Please sign in to comment.