1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Static analysis cleanup

This commit is contained in:
David Bomba 2023-04-27 08:19:57 +10:00
parent c6439552de
commit a9c66329f5

View File

@ -38,6 +38,7 @@ use Illuminate\Support\Str;
* @method static \Illuminate\Database\Eloquent\Builder|BaseModel query()
* @method static \Illuminate\Database\Eloquent\Builder|BaseModel exclude(array $excludeable)
* @method static \Illuminate\Database\Eloquent\Builder|BaseModel withTrashed()
* @method static \Illuminate\Database\Eloquent\Builder|BaseModel scopeExclude()
* @method \App\Models\Company company()
* @method int companyId()
* @method Builder|static exclude($columns)