Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit acdeb09

Browse files
committed
fix bug
1 parent ecc1b28 commit acdeb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrations/m191115_184338_auth_menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function up()
6666
'order' => $this->integer(),
6767
'options' => $this->binary(),
6868
'data' => $this->binary(),
69-
"FOREIGN KEY ([[parent]]) REFERENCES {$config->menuTable}([[id]]) ON DELETE SET NULL ON UPDATE CASCADE",
69+
"FOREIGN KEY ([[parent]]) REFERENCES {$menuTable}([[id]]) ON DELETE SET NULL ON UPDATE CASCADE",
7070
], $tableOptions);
7171
}
7272

0 commit comments

Comments
 (0)