diff --git a/app/model/Test.php b/app/model/Test.php index 92d70e3..c63e333 100644 --- a/app/model/Test.php +++ b/app/model/Test.php @@ -2,9 +2,7 @@ namespace app\model; -use support\Model; - -class Test extends Model +class Test { /** * The table associated with the model. @@ -26,4 +24,4 @@ class Test extends Model * @var bool */ public $timestamps = false; -} \ No newline at end of file +}