andes2912 /
indobank
| 1 | <?php |
||
| 2 | |||
| 3 | /* |
||
| 4 | * This file is part of the IndoBank package. |
||
| 5 | * |
||
| 6 | * (c) Andri Desmana <andridesmana.pw | [email protected]> |
||
| 7 | * |
||
| 8 | */ |
||
| 9 | |||
| 10 | namespace App\Models; |
||
| 11 | |||
| 12 | use Illuminate\Database\Eloquent\Model; |
||
|
0 ignored issues
–
show
|
|||
| 13 | |||
| 14 | /** |
||
| 15 | * Bank Model. |
||
| 16 | */ |
||
| 17 | class Bank extends Model |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Table name. |
||
| 21 | * |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | protected $table = 'banks'; |
||
| 25 | } |
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