File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 55use Cron \CronExpression ;
66use Illuminate \Support \Facades \Schema ;
77use Illuminate \Support \ServiceProvider ;
8- use Spatie \Backup \BackupServiceProvider ;
98use Illuminate \Support \Facades \Validator ;
109use Studio \Totem \Contracts \TaskInterface ;
1110use Studio \Totem \Console \Commands \ListSchedule ;
@@ -49,7 +48,6 @@ public function register()
4948 $ this ->app ->alias ('totem.tasks ' , TaskInterface::class);
5049 $ this ->app ->register (TotemRouteServiceProvider::class);
5150 $ this ->app ->register (TotemEventServiceProvider::class);
52- $ this ->app ->register (BackupServiceProvider::class);
5351
5452 if (Schema::hasTable ('tasks ' )) {
5553 $ this ->app ->singleton (
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ protected function getPackageProviders($app)
4747 ];
4848 }
4949
50- protected function getPackageAliases ($ app )
51- {
52- return [
53- 'Form ' => 'Collective\Html\FormFacade ' ,
54- 'Html ' => 'Collective\Html\HtmlFacade ' ,
55- ];
56- }
57-
5850 /**
5951 * Disable Exception Handling.
6052 */
You can’t perform that action at this time.
0 commit comments