Signed-off-by: s152483 <lukszy1@st.amu.edu.pl>
This commit is contained in:
parent
33de994800
commit
4ea8fcc7ad
@ -36,10 +36,4 @@ class User extends Authenticatable
|
||||
protected $casts = [
|
||||
'email_verified_at' => 'datetime',
|
||||
];
|
||||
|
||||
|
||||
public function receipts()
|
||||
{
|
||||
return $this->hasMany('App\Models\Receipt');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user