mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 23:12:35 +00:00
demo (#392)
This commit is contained in:
@ -193,6 +193,7 @@
|
||||
App\Providers\AuthServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
App\Providers\WebServiceProvider::class,
|
||||
App\Providers\DemoServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
@ -211,4 +212,6 @@
|
||||
])->toArray(),
|
||||
|
||||
'version' => '2.0.0-beta-20241210',
|
||||
|
||||
'demo' => env('APP_DEMO', false),
|
||||
];
|
||||
|
Reference in New Issue
Block a user