1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-15 05:44:04 +00:00

[1.7.0] Install command (#95)

This commit is contained in:
Samuel Štancl 2019-08-15 19:16:25 +02:00 committed by GitHub
parent aca5567c10
commit 674f4b3f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 258 additions and 10 deletions

View file

@ -20,16 +20,6 @@ class TenantList extends Command
*/
protected $description = 'List tenants.';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*