Skip to content

Commit

Permalink
fix: analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 8, 2025
1 parent 6c5fc93 commit 596e7aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Models/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
use AllowDynamicProperties;
use Carbon\Carbon;
use CSlant\Blog\Core\Models\Base\BasePost;
use Illuminate\Database\Eloquent\Builder;

/**
* Class Post
*
* @package CSlant\Blog\Core\Models
*
* @property int $id
Expand All @@ -28,6 +30,9 @@
* @property array $categories
* @property string $image
* @property string $author
*
* @method static Builder|Post query()
*
* @mixin BasePost
*/
#[AllowDynamicProperties]
Expand Down

0 comments on commit 596e7aa

Please sign in to comment.