]> _ Git - cubist_cms-back.git/commitdiff
#2628
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Mar 2019 17:16:06 +0000 (18:16 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Mar 2019 17:16:06 +0000 (18:16 +0100)
src/CubistBackpackServiceProvider.php
src/app/Template/Abstract.php

index 0dcd42cd852b4269478febad3f7202a536aa79c4..f0ce2c422fbcb28dd6a883d64cce1879b0457444 100644 (file)
@@ -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;
 
index a5f37124268bade0acc8f44ab9236eb6b6f7f040..1b0c0c9073a3022d8dad7872f6af9a98e37aefc5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Cubist\Backpack\app\Templates;
+namespace Cubist\Backpack\app\Template;
 class TemplateAbstract
 {
     public function __construct()