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
Currently the service definition which is used is:
use Illuminate\View\Factory;
But as shown by @butschster here: https://github.com/schranz-templating/templating/pull/56/files#diff-7aeef8d8c609cf605db9f3d3ef26adacdbe09dee1fd4f4c974b26519ea770b79R122-R127
There exist also:
use Illuminate\Contracts\View\Factory as FactoryContract;
Which instead could be used.
Requires: illuminate/contracts.
illuminate/contracts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the service definition which is used is:
But as shown by @butschster here: https://github.com/schranz-templating/templating/pull/56/files#diff-7aeef8d8c609cf605db9f3d3ef26adacdbe09dee1fd4f4c974b26519ea770b79R122-R127
There exist also:
Which instead could be used.
Requires:
illuminate/contracts
.The text was updated successfully, but these errors were encountered: