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

Re-create tmp dir as well if needed

This commit is contained in:
Samuel Štancl 2022-03-30 17:44:02 +02:00
parent c285f1faf4
commit f7d0451545
4 changed files with 13 additions and 3 deletions

View file

@ -4,6 +4,12 @@ namespace Stancl\Tenancy\Concerns;
trait ExtendsLaravelCommand
{
protected function specifyTenantSignature(): void
{
$this->setName('tenants:migrate');
$this->specifyParameters();
}
public function getName(): ?string
{
return static::getDefaultName();