Skip to content

Commit a6703d4

Browse files
committed
update doc block
1 parent 82df2e0 commit a6703d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envoy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You may define as many of each of these hooks as you like. They will be executed
186186
187187
Before each task execution, all of the `@before` hooks registered in your Envoy script will execute. The `@before` hooks receive the name of the task that will be executed:
188188
189-
```php
189+
```blade
190190
@before
191191
if ($task === 'deploy') {
192192
// ...

0 commit comments

Comments
 (0)