diff --git a/src/Entity.php b/src/Entity.php index b7a8c29..a6db4d6 100755 --- a/src/Entity.php +++ b/src/Entity.php @@ -14,7 +14,7 @@ /** * @mixin \Rudra\Model\Repository */ -abstract class Entity +class Entity { public static ?string $table = null; diff --git a/src/Model.php b/src/Model.php index 92e2e79..4727f66 100755 --- a/src/Model.php +++ b/src/Model.php @@ -16,7 +16,7 @@ /** * @mixin \Rudra\Model\Repository */ -abstract class Model +class Model { public ?string $table;