Commit 44385fb5 authored by Julien Tant's avatar Julien Tant Committed by Nicolas Widart

force Workshop module to use Eloquent for entities (#349)

parent 89ba5e6a
......@@ -61,7 +61,7 @@ class ModuleScaffoldCommand extends Command
*/
private function askForEntities()
{
$this->entityType = $this->anticipate('Do you want to use Eloquent or Doctrine ?', ['Eloquent', 'Doctrine'], 'Eloquent');
$this->entityType = 'Eloquent';
do {
$entity = $this->ask('Enter entity name. Leaving option empty will continue script.', '<none>');
......
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