CRUD tag entity
This commit is contained in:
@ -29,7 +29,8 @@ class TagModule extends Module
|
||||
*/
|
||||
public function init(): void
|
||||
{
|
||||
$this->migrationService->runAtPath("{KERNEL_APP_MODULES}/tag/migrations");
|
||||
$this->migrationService->runAtPath("{KERNEL_APP_MODULES}/tag/migrations/tag");
|
||||
// $this->migrationService->runAtPath("{KERNEL_APP_MODULES}/tag/migrations/tag_entity");
|
||||
|
||||
$this->menuService->createItem([
|
||||
"label" => "Тэги",
|
||||
@ -80,6 +81,6 @@ class TagModule extends Module
|
||||
public function getInputs(string $entity, Model $model)
|
||||
{
|
||||
|
||||
Debug::dd($tag);
|
||||
// Debug::dd($tag);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user