This commit is contained in:
2021-12-03 14:51:20 +08:00
parent 6936b5cc8f
commit fd830c6a9e
-9
View File
@@ -102,15 +102,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
private array $_with = [];
/**
* @return Application
*/
#[Pure] protected function getContainer(): Application
{
return Kiri::app();
}
/**
* @return array
*/