This commit is contained in:
Saeed Vaziry
2024-12-14 03:13:47 +01:00
committed by GitHub
parent 0d12dd0c69
commit 572d1df010
20 changed files with 734 additions and 67 deletions

View File

@ -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),
];