This commit is contained in:
JaguarJack
2020-11-19 17:44:11 +08:00
parent 9ca1fd42ae
commit 0dfe4fb5c6
3 changed files with 3 additions and 5 deletions

View File

@@ -86,9 +86,8 @@ class Controller extends Factory
}
$class->addProperty(
(new Property($asModel))->public()
(new Property($asModel))->protected()
);
})
->getContent();
}