The method set() does not seem to exist on object<Illuminate\Container\Container>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method get() does not seem to exist on object<Illuminate\Container\Container>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
26
}
27
}
28
29
if (! function_exists('app')) {
30
/**
31
* Get the available container instance.
32
*
33
* @param string $abstract
34
* @param array $parameters
35
* @return Illuminate\Container\Container
36
*/
37
function app($abstract = null, array $parameters = [])
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.