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 5
5
use Cron \CronExpression ;
6
6
use Illuminate \Support \Facades \Schema ;
7
7
use Illuminate \Support \ServiceProvider ;
8
- use Spatie \Backup \BackupServiceProvider ;
9
8
use Illuminate \Support \Facades \Validator ;
10
9
use Studio \Totem \Contracts \TaskInterface ;
11
10
use Studio \Totem \Console \Commands \ListSchedule ;
@@ -49,7 +48,6 @@ public function register()
49
48
$ this ->app ->alias ('totem.tasks ' , TaskInterface::class);
50
49
$ this ->app ->register (TotemRouteServiceProvider::class);
51
50
$ this ->app ->register (TotemEventServiceProvider::class);
52
- $ this ->app ->register (BackupServiceProvider::class);
53
51
54
52
if (Schema::hasTable ('tasks ' )) {
55
53
$ this ->app ->singleton (
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ protected function getPackageProviders($app)
47
47
];
48
48
}
49
49
50
- protected function getPackageAliases ($ app )
51
- {
52
- return [
53
- 'Form ' => 'Collective\Html\FormFacade ' ,
54
- 'Html ' => 'Collective\Html\HtmlFacade ' ,
55
- ];
56
- }
57
-
58
50
/**
59
51
* Disable Exception Handling.
60
52
*/
You can’t perform that action at this time.
0 commit comments