mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 20:54:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
ba3d3c2469
commit
8f81b25174
1 changed files with 7 additions and 7 deletions
|
|
@ -23,14 +23,14 @@ return [
|
||||||
'Digging Deeper' => [
|
'Digging Deeper' => [
|
||||||
'url' => 'docs/digging-deeper',
|
'url' => 'docs/digging-deeper',
|
||||||
'children' => [
|
'children' => [
|
||||||
'Middleware Configuration' => 'docs/middleware-configuration',
|
'Middleware Configuration' => 'docs/middleware-configuration',
|
||||||
'Custom Database Names' => 'docs/custom-database-names',
|
'Custom Database Names' => 'docs/custom-database-names',
|
||||||
'Filesystem Tenancy' => 'docs/filesystem-tenancy',
|
'Filesystem Tenancy' => 'docs/filesystem-tenancy',
|
||||||
'Jobs & Queues' => 'docs/jobs-queues',
|
'Jobs & Queues' => 'docs/jobs-queues',
|
||||||
'Event System' => 'docs/event-system',
|
'Event System' => 'docs/event-system',
|
||||||
'Tenancy Initialization' => 'docs/tenancy-initialization',
|
'Tenancy Initialization' => 'docs/tenancy-initialization',
|
||||||
'Writing Storage Drivers' => 'docs/writing-storage-drivers',
|
'Writing Storage Drivers' => 'docs/writing-storage-drivers',
|
||||||
'Development' => 'docs/development',
|
'Development' => 'docs/development',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'Integrations' => [
|
'Integrations' => [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue