Zugriff Redakteur, Kundenhoheit API
This commit is contained in:
parent
570d428b1c
commit
3f1fb9377d
13 changed files with 109 additions and 61 deletions
|
|
@ -5,7 +5,7 @@ namespace App\Http\Controllers;
|
|||
use App\Models\Category;
|
||||
use App\Models\IqImage;
|
||||
use App\Models\ProductCategory;
|
||||
use\Request;
|
||||
use Request;
|
||||
|
||||
|
||||
class CategoryController extends Controller
|
||||
|
|
@ -14,7 +14,7 @@ class CategoryController extends Controller
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('admin');
|
||||
$this->middleware('copyreader');
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue