We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 20 | class LinkRepository extends BaseRepository |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var Link |
||
| 24 | */ |
||
| 25 | protected $model; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * PageRepository constructor. |
||
| 29 | * |
||
| 30 | * @param Link $model |
||
| 31 | */ |
||
| 32 | public function __construct(Link $model) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return Collection |
||
| 39 | */ |
||
| 40 | public function allLinkableObjects() : Collection |
||
| 46 | } |