Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class PersonalAccessClient extends Model |
||
8 | { |
||
9 | /** |
||
10 | * The database table used by the model. |
||
11 | * |
||
12 | * @var string |
||
13 | */ |
||
14 | protected $table = 'oauth_personal_access_clients'; |
||
15 | |||
16 | /** |
||
17 | * The guarded attributes on the model. |
||
18 | * |
||
19 | * @var array |
||
20 | */ |
||
21 | protected $guarded = []; |
||
22 | |||
23 | /** |
||
24 | * Get all of the authentication codes for the client. |
||
25 | * |
||
26 | * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
||
27 | */ |
||
28 | public function client() |
||
33 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths