diff --git a/classes/bfw/mvc/model/TView.php b/classes/bfw/entities/TView.php copy from classes/bfw/mvc/model/TView.php copy to classes/bfw/entities/TView.php --- a/classes/bfw/mvc/model/TView.php +++ b/classes/bfw/entities/TView.php @@ -1,15 +1,18 @@ + * + */ -use bfw\mvc\common\Model; +namespace bfw\entities; /** * Class TView * * @method string getId() */ -class TView extends Model { +class TView extends Entity { /** * Nur Get-Methoden im View