We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 15 | class ArticleCategoryRepository extends BaseRepository |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var ArticleCategory|Builder|Collection |
||
| 19 | */ |
||
| 20 | protected $model; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * PageRepository constructor. |
||
| 24 | * |
||
| 25 | * @param Menu $model |
||
|
|
|||
| 26 | */ |
||
| 27 | public function __construct(ArticleCategory $model) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return \Illuminate\Database\Eloquent\Collection|mixed|static[] |
||
| 34 | */ |
||
| 35 | public function whereStatusActive() |
||
| 39 | } |