Skip to content
New issue

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

EngineInterface does not exist in Laravel 5.5+ #1

Open
towel opened this issue Aug 12, 2019 · 0 comments
Open

EngineInterface does not exist in Laravel 5.5+ #1

towel opened this issue Aug 12, 2019 · 0 comments

Comments

@towel
Copy link

towel commented Aug 12, 2019

in Engines/PHPTALEngine.php:
use Illuminate\View\Engines\EngineInterface; should be changed to
use Illuminate\Contracts\View\Engine as EngineInterface;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant