Signed-off-by: s152483 <lukszy1@st.amu.edu.pl>

This commit is contained in:
s152483 2019-12-08 19:43:29 +01:00
parent 33de994800
commit 4ea8fcc7ad

View File

@ -36,10 +36,4 @@ class User extends Authenticatable
protected $casts = [
'email_verified_at' => 'datetime',
];
public function receipts()
{
return $this->hasMany('App\Models\Receipt');
}
}