Add some debug info

This commit is contained in:
James Cole
2022-12-11 10:32:25 +01:00
parent 034647a5ca
commit 23a8835758
4 changed files with 50 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
/**
* Class InvitedUser
*
* @property-read User $user
* @method static \Illuminate\Database\Eloquent\Builder|InvitedUser newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|InvitedUser newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|InvitedUser query()
* @mixin \Eloquent
*/
class InvitedUser extends Model
{