Skip to content

Commit dbbc135

Browse files
author
Roshan
committed
wip : loose dependencies
1 parent 86a03d3 commit dbbc135

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/Providers/TotemServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Cron\CronExpression;
66
use Illuminate\Support\Facades\Schema;
77
use Illuminate\Support\ServiceProvider;
8-
use Spatie\Backup\BackupServiceProvider;
98
use Illuminate\Support\Facades\Validator;
109
use Studio\Totem\Contracts\TaskInterface;
1110
use 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(

tests/TestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)