Skip to content

Commit d066b29

Browse files
author
Mike Alhayek
committed
Fixes a bug in creating resources from existing database
1 parent 318e0fe commit d066b29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/CreateResourcesCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function handle()
7070

7171
if ($input->tableExists) {
7272
$input->fields = null;
73-
$input->fieldsFile = $input->table . '.json';
7473
$input->withoutMigration = true;
7574

7675
$this->createFieldsFile($input);

0 commit comments

Comments
 (0)