Skip to content

Commit

Permalink
fix: analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 11, 2025
1 parent 9b98eb5 commit 1c51303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Supports/Base/FilterPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

use Botble\Blog\Supports\FilterPost as BaseFilterPost;

/**
* Class FilterPost
*
* @package CSlant\Blog\Core\Supports\Base
*
* @method self setFilters(array $request)
*/
class FilterPost extends BaseFilterPost
{
}

0 comments on commit 1c51303

Please sign in to comment.