mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
a92690cea8
commit
b43c8e1ea7
6 changed files with 29 additions and 30 deletions
|
|
@ -2,30 +2,30 @@
|
|||
|
||||
return [
|
||||
'Getting Started' => [
|
||||
'url' => 'docs/getting-started',
|
||||
'url' => 'docs/getting-started',
|
||||
'children' => [
|
||||
'Installation' => 'docs/installation',
|
||||
'Installation' => 'docs/installation',
|
||||
'Storage Drivers' => 'docs/storage-drivers',
|
||||
'Configuration' => 'docs/configuration',
|
||||
'Configuration' => 'docs/configuration',
|
||||
],
|
||||
],
|
||||
'Usage' => [
|
||||
'url' => 'docs/usage',
|
||||
'url' => 'docs/usage',
|
||||
'children' => [
|
||||
'Creating Tenants' => 'docs/creating-tenants',
|
||||
'Tenant Routes' => 'docs/tenant-routes',
|
||||
'Tenant Storage' => 'docs/tenant-storage',
|
||||
'Tenant Routes' => 'docs/tenant-routes',
|
||||
'Tenant Storage' => 'docs/tenant-storage',
|
||||
'Console Commands' => 'docs/console-commands',
|
||||
],
|
||||
],
|
||||
'Digging Deeper' => [
|
||||
'url' => 'docs/digging-deeper',
|
||||
'url' => 'docs/digging-deeper',
|
||||
'children' => [
|
||||
'Middleware Configuration' => 'docs/middleware-configuration',
|
||||
'Custom Database Names' => 'docs/custom-database-names',
|
||||
'Development' => 'docs/development',
|
||||
]
|
||||
'Custom Database Names' => 'docs/custom-database-names',
|
||||
'Development' => 'docs/development',
|
||||
],
|
||||
],
|
||||
'Stay Updated' => 'docs/stay-updated',
|
||||
'GitHub' => 'https://github.com/stancl/tenancy',
|
||||
'GitHub' => 'https://github.com/stancl/tenancy',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue