Updated Category Controller
Declare strict types has been added
This commit is contained in:
parent
098bab32e9
commit
767946aaa8
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Http\Resources\CategoryCollection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user