upgrade to laravel 7 and set branch to v2
This commit is contained in:
@@ -30,7 +30,7 @@ class ContainerLoader extends ObjectLoader
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function supports($resource, $type = null)
|
||||
public function supports($resource, string $type = null)
|
||||
{
|
||||
return 'service' === $type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user