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

Session class reference modified #18

Closed
vmitchell85 opened this issue Jul 10, 2020 · 4 comments
Closed

Session class reference modified #18

vmitchell85 opened this issue Jul 10, 2020 · 4 comments

Comments

@vmitchell85
Copy link

I had the following in a blade view:

Session::get('variable')

it was modified and left

:get('variable')

@abdumu
Copy link
Member

abdumu commented Jul 11, 2020

thanks for reporting.
could you share a the code of the affected line.

@vmitchell85
Copy link
Author

vmitchell85 commented Jul 11, 2020

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

{{Session::get(‘variable’)}}

I abandoned the conversion, but will try to get the actual line later today

@abdumu abdumu closed this as completed in a262fd4 Jul 11, 2020
@vmitchell85
Copy link
Author

vmitchell85 commented Jul 13, 2020

@abdumu EDIT: This is fixed, here was the original code though:

image

<div class="alert alert-{!!Session::get('message-type', 'danger')!!}" id="errors">

@vmitchell85
Copy link
Author

@abdumu I was wrong... didn't have the latest pulled down... it is fixed!

Thanks a ton!

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

2 participants