-
Notifications
You must be signed in to change notification settings - Fork 5
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
Session class reference modified #18
Comments
thanks for reporting. |
There isn’t really much else to share... it’s was a blade file with a line with no tailwind classes on it: Something like
I abandoned the conversion, but will try to get the actual line later today |
@abdumu EDIT: This is fixed, here was the original code though:
|
@abdumu I was wrong... didn't have the latest pulled down... it is fixed! Thanks a ton! |
I had the following in a blade view:
Session::get('variable')
it was modified and left
:get('variable')
The text was updated successfully, but these errors were encountered: