Fix linting (#4504)
This commit is contained in:
parent
5f57e63fe4
commit
548affba84
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue