1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 23:24:03 +00:00

Add compatability for commands in Laravel 7

This commit is contained in:
Devon Mather 2020-03-20 19:47:56 +01:00
parent 30bab68b6a
commit d2df9a9866
3 changed files with 68 additions and 0 deletions

View file

@ -26,6 +26,8 @@ trait TenantAwareCommand
$this->laravel->call([$this, 'handle']);
});
}
return 1;
}
/**