Commit dd37d1a1 authored by Nicolas Widart's avatar Nicolas Widart

Revert changes to test travis failures

parent a8a8864e
......@@ -228,11 +228,9 @@ class EntityGenerator extends Generator
private function generateSidebarExtender($entities)
{
if (count($entities) > 0) {
$firstModuleName = $entities[0];
return $this->writeFile(
$this->getModulesPath('Sidebar/SidebarExtender'),
$this->getContentForStub('sidebar-extender.stub', $firstModuleName)
$this->getContentForStub('sidebar-extender.stub', 'abc')
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment