Update blade.md

This commit is contained in:
Laurence Ioannou 2018-02-17 19:18:29 +11:00 committed by GitHub
parent a32f2745b7
commit 1ce86a7dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ If your Blade components are stored in a sub-directory, you may wish to alias th
Once the component has been aliased, you may render it using a directive:
@alert('alert', ['type' => 'danger'])
@alert(['type' => 'danger'])
You are not allowed to access this resource!
@endalert