We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm having some troubles loading the application.js/css. I keep getting the following error:
in_array() expects parameter 2 to be array, object given At line 95 in \vendor\codesleeve\sprockets\src\Codesleeve\Sprockets\Parsers\ConfigParser.php.
in_array() expects parameter 2 to be array, object given
Instead of the expected array, an instance of object(Codesleeve\AssetPipeline\Filters\FilesNotCached)#292 (0) { } is returned.
object(Codesleeve\AssetPipeline\Filters\FilesNotCached)#292 (0) { }
Thanks in advance and best regards, Julius
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm having some troubles loading the application.js/css. I keep getting the following error:
in_array() expects parameter 2 to be array, object given
At line 95 in \vendor\codesleeve\sprockets\src\Codesleeve\Sprockets\Parsers\ConfigParser.php.
Instead of the expected array, an instance of
object(Codesleeve\AssetPipeline\Filters\FilesNotCached)#292 (0) { }
is returned.
Thanks in advance and best regards,
Julius
The text was updated successfully, but these errors were encountered: