Skip to content

Commit e151e6d

Browse files
committed
Bug Fixed in Creating Foreign Keys Functions in Base Repositories
1 parent 567253b commit e151e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeAll.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function handle()
5050
$this->call('repository:make-interface-repository', $arguments);
5151
$this->call('repository:make-mysql-repository', $arguments);
5252
$this->call('repository:make-redis-repository', $arguments);
53-
$this->call('repository:make-repository', ['table_name' => $_tableName, '--delete' => $delete, '--force' => $force, '--add-to-git' => $addToGit]);
53+
$this->call('repository:make-repository', $arguments);
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)