mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:54:04 +00:00
Save makes the Tenant instance persisted
This commit is contained in:
parent
73124cd801
commit
87916bd8e5
2 changed files with 5 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
});
|
||||
}
|
||||
|
||||
// todo should this be a tenancybootstrapper?
|
||||
public function makeQueuesTenantAware()
|
||||
{
|
||||
$this->app['queue']->createPayloadUsing(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue