-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0bc9be
commit dc27786
Showing
11 changed files
with
65 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,11 @@ | |
*/ | ||
'landlord_database_connection_name' => null, | ||
|
||
/* | ||
* This key will be used to associate the current tenant in the context | ||
*/ | ||
'current_tenant_context_key' => 'tenantId', | ||
|
||
/* | ||
* This key will be used to bind the current tenant in the container. | ||
*/ | ||
|
@@ -88,20 +93,6 @@ | |
'migrate_tenant' => MigrateTenantAction::class, | ||
], | ||
|
||
/* | ||
* You can customize the way in which the package resolves the queueable to a job. | ||
* | ||
* For example, using the package laravel-actions (by Loris Leiva), you can | ||
* resolve JobDecorator to getAction() like so: JobDecorator::class => 'getAction' | ||
*/ | ||
'queueable_to_job' => [ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
masterix21
Author
Collaborator
|
||
SendQueuedMailable::class => 'mailable', | ||
SendQueuedNotifications::class => 'notification', | ||
CallQueuedClosure::class => 'closure', | ||
CallQueuedListener::class => 'class', | ||
BroadcastEvent::class => 'event', | ||
], | ||
|
||
/* | ||
* Jobs tenant aware even if these don't implement the TenantAware interface. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@masterix21 Why did this get removed? We're seeing issues with mailables and notifications not correctly being recognized and having the following exception: