Ramiro Anacona Meneses

Results 2 issues of Ramiro Anacona Meneses

Using PHP 7.1.7 This is my config file ```php use EasyCorp\Bundle\EasyDeployBundle\Deployer\DefaultDeployer; return new class extends DefaultDeployer { public function configure() { return $this->getConfigBuilder() ->server('user@host') ->deployDir('/var/www/vhosts/domain_deploy/') ->repositoryUrl('[email protected]:anacona16/repo.git') ->repositoryBranch('master') ->useSshAgentForwarding(false) ->sharedFilesAndDirs(['var/logs/', 'var/cache/',...

### Environment #### Sonata packages ```bash $ composer show sonata-project/* sonata-project/admin-bundle 3.20.1 The missing Symfony Admin Generator sonata-project/block-bundle 3.3.2 Symfony SonataBlockBundle sonata-project/cache 1.0.7 Cache library sonata-project/core-bundle 3.4.0 Symfony SonataCoreBundle sonata-project/datagrid-bundle...

bug
keep