mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Fix Jobs' docblocks (fix #39)
This commit is contained in:
parent
c0a83e70f1
commit
5d5417cf11
2 changed files with 2 additions and 4 deletions
|
|
@ -19,9 +19,8 @@ class QueuedTenantDatabaseCreator implements ShouldQueue
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
* @param DatabaseCreator $databaseCreator
|
* @param TenantDatabaseManager $databaseManager
|
||||||
* @param string $databaseName
|
* @param string $databaseName
|
||||||
* @param string $action
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct(TenantDatabaseManager $databaseManager, string $databaseName)
|
public function __construct(TenantDatabaseManager $databaseManager, string $databaseName)
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,8 @@ class QueuedTenantDatabaseDeleter implements ShouldQueue
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
* @param DatabaseCreator $databaseCreator
|
* @param TenantDatabaseManager $databaseManager
|
||||||
* @param string $databaseName
|
* @param string $databaseName
|
||||||
* @param string $action
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct(TenantDatabaseManager $databaseManager, string $databaseName)
|
public function __construct(TenantDatabaseManager $databaseManager, string $databaseName)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue