Skip to content

Commit f25d00a

Browse files
Use consistent Blade syntax highlighting for @use directive examples (#10335)
1 parent faa5d5c commit f25d00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Or, if you only need to use PHP to import a class, you may use the `@use` direct
648648

649649
A second argument may be provided to the `@use` directive to alias the imported class:
650650

651-
```php
651+
```blade
652652
@use('App\Models\Flight', 'FlightModel')
653653
```
654654

0 commit comments

Comments
 (0)