Skip to content

Commit

Permalink
Update base-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Jul 22, 2024
1 parent dc27786 commit 86e90a6
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/installation/base-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ return [
*/
'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.
*/
Expand All @@ -110,20 +115,6 @@ return [
'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' => [
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.
*/
Expand Down

0 comments on commit 86e90a6

Please sign in to comment.