mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:24:03 +00:00
resolve all phpstan issues
This commit is contained in:
parent
b7a6953231
commit
942d79cbd7
12 changed files with 57 additions and 88 deletions
|
|
@ -4,6 +4,9 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Concerns;
|
||||
|
||||
/**
|
||||
* @mixin \Illuminate\Database\Console\Migrations\BaseCommand
|
||||
*/
|
||||
trait DealsWithMigrations
|
||||
{
|
||||
protected function getMigrationPaths(): array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue