Fix not my stuff with php-cs-fixer

This commit is contained in:
Lance Pioch 2022-10-29 18:16:18 -04:00
parent da26f73735
commit abadcd2272
3 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* @method static \Illuminate\Database\Eloquent\Builder|UserSSHKey whereUserId($value)
* @method static \Illuminate\Database\Query\Builder|UserSSHKey withTrashed()
* @method static \Illuminate\Database\Query\Builder|UserSSHKey withoutTrashed()
*
* @mixin \Eloquent
*
* @method static \Database\Factories\UserSSHKeyFactory factory(...$parameters)