1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +00:00

Fix tests

This commit is contained in:
Samuel Štancl 2019-11-07 21:35:10 +01:00
parent cf9b55463d
commit b5f698c5ab

View file

@ -8,7 +8,7 @@ trait DealsWithMigrations
{ {
protected function getMigrationPaths() protected function getMigrationPaths()
{ {
if ($this->input->hasOption('path')) { if ($this->input->hasOption('path') && $this->input->getOption('path')) {
return parent::getMigrationPaths(); return parent::getMigrationPaths();
} }