Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Feb 15, 2024
1 parent 6d1848c commit 30b5b8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Models/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Models/MixedChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
*
* @property Collection<int, \Modules\Chart\Models\Chart> $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
Expand Down

0 comments on commit 30b5b8c

Please sign in to comment.