We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 18 | class SettingsRepository extends Setting |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Return a single model where the integer matches. |
||
| 23 | * |
||
| 24 | * @param $integer |
||
| 25 | * @return SettingsRepository|array|\Illuminate\Database\Eloquent\Model |
||
| 26 | */ |
||
| 27 | public function whereID(int $integer) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param string $string |
||
| 34 | * @return Setting |
||
| 35 | */ |
||
| 36 | public function firstKey(string $string) |
||
| 40 | } |
||
| 41 |