mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
workflow change
This commit is contained in:
@@ -259,4 +259,9 @@ class User extends Authenticatable
|
||||
$this_msg->save();
|
||||
}
|
||||
}
|
||||
|
||||
public function news()
|
||||
{
|
||||
return $this->hasMany('App\News');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user