mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Merge pull request #885 from beathorst/master
added namespace to typo3 recipe to make it work in 4.0
This commit is contained in:
commit
84f68a2219
@ -5,12 +5,14 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Deployer;
|
||||
|
||||
require_once __DIR__ . '/common.php';
|
||||
|
||||
/**
|
||||
* DocumentRoot / WebRoot for the TYPO3 installation
|
||||
*/
|
||||
env('typo3_webroot', 'Web');
|
||||
set('typo3_webroot', 'Web');
|
||||
|
||||
/**
|
||||
* Main TYPO3 task
|
||||
|
Loading…
x
Reference in New Issue
Block a user