-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error #12
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@MonMohon |
these following lines produce error
{!! Form::open(['method' => 'DELETE', 'route'
=> ['roles.destroy', $role->id], 'style' => 'display:inline']) !!}
{!! Form::submit('Delete', ['class' => 'btn
btn-danger']) !!}
{!! Form::close() !!}
…On Thu, Nov 5, 2020 at 10:00 AM Shuhei Hayashibara ***@***.***> wrote:
@MonMohon <https://github.com/MonMohon>
Could you tell me your environment and reproduce steps?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKKXMIVYEDCI7UQLTTLVLSOIS4RANCNFSM4TJIHITA>
.
|
@MonMohon |
Just published v0.6.1 with this issue fixed. |
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: