mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
add before and after on the namespace for php < 5.6
This commit is contained in:
parent
841ae52311
commit
5325b5bcdd
@ -5,7 +5,7 @@
|
||||
Add to beginning of *deploy.php* next line:
|
||||
|
||||
```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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user