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
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Dashboard') }} </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <div class="bg-white overflow-hidden shadow-sm sm:rounded-lg"> <div class="p-6 bg-white border-b border-gray-200"> <p>You're logged in!</p> @unless(auth()->user()->hasVerifiedEmail()) <p>Please check and verify your email to access the system</p> @endunless </div> </div> </div> </div> </x-app-layout>
message: "Parse Error : syntax error, unexpected ';' on line 1\n" + '> 1 | <?php echo auth()->user()->hasVerifiedEmail(), ?>\n' + ' | ^', error: SyntaxError: Parse Error : syntax error, unexpected ';' on line 1 > 1 | <?php echo auth()->user()->hasVerifiedEmail(), ?> | ^ at $.raiseError (E:\tall\ndis\node_modules\@prettier\plugin-php\standalone.js:4:101152) at $.error (E:\tall\ndis\node_modules\@prettier\plugin-php\standalone.js:4:101792)
The text was updated successfully, but these errors were encountered:
fix: 🐛 syntax error on chained method
22b5f49
✅ Closes: #686
Thanks @sanskar-mk2 Fixed at https://github.com/shufo/blade-formatter/releases/tag/v1.27.4
Sorry, something went wrong.
shufo
sanskar-mk2
Successfully merging a pull request may close this issue.
Steps to Reproduce
Error
The text was updated successfully, but these errors were encountered: