]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 May 2019 17:05:24 +0000 (19:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 May 2019 17:05:24 +0000 (19:05 +0200)
src/resources/cubistmagic/Controller.stub

index e0e025ab79ef21cc07886c05d67db67f751e760e..b3d5c91fa2c199b8ae1dcfe00873d4ce33f5ccf9 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace App\Http\Controllers\Admin;
 
-use Cubist\Backpack\app\Magic\Controllers\*;
+use Cubist\Backpack\app\Magic\Controllers\_EXTENDS_;
 
 class _CONTROLLERCLASS_ extends _EXTENDS_
 {