fix:修复类型错误
This commit is contained in:
@@ -21,7 +21,7 @@ class WechatMenusSeed extends Seeder
|
||||
* More information on writing seeders is available here:
|
||||
* http://docs.phinx.org/en/latest/seeding.html
|
||||
*/
|
||||
public function run()
|
||||
public function run(): void
|
||||
{
|
||||
\catcher\Utils::importTreeData($this->getPermissions(), 'permissions', 'parent_id');
|
||||
}
|
||||
|
Reference in New Issue
Block a user