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

Make test pass

This commit is contained in:
Devon Mather 2020-03-21 00:33:28 +01:00
parent 6b3d04bc4b
commit a10cfa826f

View file

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