简言
简言
Show bugs when parentId not 0
Conclusion: remove symfony/http-foundation v4.2.4
``` Yii::$app->db->createCommand()->insert('{{%sys_menu}}', [ 'id' => '1111', 'title' => '会员管理', 'cate_id' => '1', 'pid' => '0', 'url' => 'indexMember', 'icon' => 'fa-user', 'level' => '1', 'dev' => '0', 'sort' => '0',...