mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:34:04 +00:00
Fix tests
This commit is contained in:
parent
cf9b55463d
commit
b5f698c5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ trait DealsWithMigrations
|
|||
{
|
||||
protected function getMigrationPaths()
|
||||
{
|
||||
if ($this->input->hasOption('path')) {
|
||||
if ($this->input->hasOption('path') && $this->input->getOption('path')) {
|
||||
return parent::getMigrationPaths();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue