From: Vincent Vanwaelscappel Date: Thu, 14 Mar 2019 17:16:06 +0000 (+0100) Subject: #2628 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ffd220dedfde57efb5214f87b12979caa2a5cc85;p=cubist_cms-back.git #2628 --- diff --git a/src/CubistBackpackServiceProvider.php b/src/CubistBackpackServiceProvider.php index 0dcd42c..f0ce2c4 100644 --- a/src/CubistBackpackServiceProvider.php +++ b/src/CubistBackpackServiceProvider.php @@ -2,10 +2,6 @@ namespace Cubist\Backpack; -use Backpack\Settings\app\Models\Template as Setting; -use Config; -use Illuminate\Routing\Router; -use Illuminate\Support\Facades\Schema; use Illuminate\Support\ServiceProvider; use Route; diff --git a/src/app/Template/Abstract.php b/src/app/Template/Abstract.php index a5f3712..1b0c0c9 100644 --- a/src/app/Template/Abstract.php +++ b/src/app/Template/Abstract.php @@ -1,6 +1,6 @@