From 30b5b8c48bcef72e6880b78e7788160c7b061b35 Mon Sep 17 00:00:00 2001 From: marco76tv Date: Thu, 15 Feb 2024 09:11:47 +0100 Subject: [PATCH] up --- Models/Chart.php | 2 -- Models/MixedChart.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/Models/Chart.php b/Models/Chart.php index 1b087162..3eb85cf7 100644 --- a/Models/Chart.php +++ b/Models/Chart.php @@ -15,12 +15,10 @@ * @property int|null $height * @property string|null $type * @property int|null $width - * * @method static \Modules\Chart\Database\Factories\ChartFactory factory($count = null, $state = []) * @method static Builder|Chart newModelQuery() * @method static Builder|Chart newQuery() * @method static Builder|Chart query() - * * @mixin \Eloquent */ class Chart extends BaseModel diff --git a/Models/MixedChart.php b/Models/MixedChart.php index facc59d5..08241cac 100644 --- a/Models/MixedChart.php +++ b/Models/MixedChart.php @@ -19,12 +19,10 @@ * * @property Collection $charts * @property int|null $charts_count - * * @method static \Modules\Chart\Database\Factories\MixedChartFactory factory($count = null, $state = []) * @method static Builder|MixedChart newModelQuery() * @method static Builder|MixedChart newQuery() * @method static Builder|MixedChart query() - * * @mixin \Eloquent */ class MixedChart extends BaseModel