Browse Source

adding

develop
Björn 5 years ago
parent
commit
8d0e088cf0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/SuperGear/Directus/Controllers/DirectusControllerAbstract.php

+ 2
- 2
src/SuperGear/Directus/Controllers/DirectusControllerAbstract.php View File

@ -2,7 +2,7 @@
namespace SuperGear\Directus\Controllers; namespace SuperGear\Directus\Controllers;
use SuperGear\FlightAbstract;
use SuperGear\Directus\FlightAbstract;
use Exception; use Exception;
/** /**
@ -14,7 +14,7 @@ use Exception;
* @link https://gitlab.tentakelfabrik.de/super-gear/directus GitHub Repository * @link https://gitlab.tentakelfabrik.de/super-gear/directus GitHub Repository
* *
*/ */
abstract class ControllerAbstract extends FlightAbstract
abstract class DirectusControllerAbstract extends FlightAbstract
{ {
protected $defaultView = NULL; protected $defaultView = NULL;


Loading…
Cancel
Save