mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-09 21:58:28 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -39,7 +39,7 @@ class CRUDRoutesLoader extends Loader
|
||||
*
|
||||
* @param mixed|null $type
|
||||
*/
|
||||
public function load($resource, $type = null): RouteCollection
|
||||
public function load(mixed $resource, $type = null): RouteCollection
|
||||
{
|
||||
if (true === $this->isLoaded) {
|
||||
throw new \RuntimeException('Do not add the "CRUD" loader twice');
|
||||
|
||||
Reference in New Issue
Block a user