added namespace to make it work

This commit is contained in:
Alexandre Guidet 2016-11-17 13:26:01 +13:00
parent 3a781b6023
commit cabab1bcc6

View File

@ -1,5 +1,7 @@
<?php
namespace Deployer;
require_once __DIR__ . '/common.php';
/**