workflow change

This commit is contained in:
Dev Distant
2019-08-04 09:56:40 -04:00
parent f262392672
commit fdc2772ee2
50 changed files with 1537 additions and 139 deletions

View File

@@ -259,4 +259,9 @@ class User extends Authenticatable
$this_msg->save();
}
}
public function news()
{
return $this->hasMany('App\News');
}
}