mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:04:03 +00:00
Fix classes in the Jobs namespace
This commit is contained in:
parent
b20f62ecfa
commit
26026a5b50
2 changed files with 2 additions and 2 deletions
|
|
@ -37,6 +37,6 @@ class QueuedTenantDatabaseCreator implements ShouldQueue
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
$this->databaseManager->createDatabase($databaseName);
|
||||
$this->databaseManager->createDatabase($this->databaseName);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@ class QueuedTenantDatabaseDeleter implements ShouldQueue
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
$this->databaseManager->deleteDatabase($databaseName);
|
||||
$this->databaseManager->deleteDatabase($this->databaseName);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue