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:
parent
aca5567c10
commit
674f4b3f9a
4 changed files with 258 additions and 10 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue