-
Notifications
You must be signed in to change notification settings - Fork 38
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
Environment Inheritance error #2
Comments
Possible fix:
|
This does the trick, hopefully this will get added to the package soon :) |
Okay on it. |
Can someone confirm this is fixed? I haven't got time to test other than phpunit |
I've not tested extensively but it eradicates the error and follows logic of parent function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there
Latest update from Taylor includes and extra parameter in Environment.php Make() so now getting the following error:
Runtime Notice: Declaration of BigElephant\Presenter\View\Environment::make() should be compatible with Illuminate\View\Environment::make($view, $data = Array, $mergeData = Array) in /Web/tgc/vendor/bigelephant/presenter/src/BigElephant/Presenter/View/Environment.php line 9
(Still using BigElephant)
Rich
The text was updated successfully, but these errors were encountered: