1
0
Fork 0
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:
Samuel Štancl 2019-09-06 18:59:40 +02:00
parent 73124cd801
commit 87916bd8e5
2 changed files with 5 additions and 0 deletions

View file

@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
});
}
// todo should this be a tenancybootstrapper?
public function makeQueuesTenantAware()
{
$this->app['queue']->createPayloadUsing(function () {