mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
artisan attribute
This commit is contained in:
parent
ff71197341
commit
7bdeb4d664
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ class TenantManagerv2
|
||||||
/** @var Contracts\StorageDriver */
|
/** @var Contracts\StorageDriver */
|
||||||
protected $storage;
|
protected $storage;
|
||||||
|
|
||||||
|
/** @var Artisan */
|
||||||
|
protected $artisan;
|
||||||
|
|
||||||
// todo event "listeners" instead of "callbacks"
|
// todo event "listeners" instead of "callbacks"
|
||||||
/** @var callable[][] */
|
/** @var callable[][] */
|
||||||
protected $callbacks = [];
|
protected $callbacks = [];
|
||||||
|
|
@ -36,6 +39,7 @@ class TenantManagerv2
|
||||||
{
|
{
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
$this->storage = $storage;
|
$this->storage = $storage;
|
||||||
|
$this->artisan = $artisan;
|
||||||
|
|
||||||
$this->bootstrapFeatures();
|
$this->bootstrapFeatures();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue