add before and after on the namespace for php < 5.6

This commit is contained in:
Jordi Sala 2016-12-08 00:07:03 +01:00
parent 841ae52311
commit 5325b5bcdd

View File

@ -5,7 +5,7 @@
Add to beginning of *deploy.php* next line: Add to beginning of *deploy.php* next line:
```php ```php
use function Deployer\{server, task, run, set, get, add}; use function Deployer\{server, task, run, set, get, add, before, after};
``` ```
If you are using PHP version less than 5.6, you can use this: If you are using PHP version less than 5.6, you can use this: