user, new 131414Notifyer($131414, 'complete'));; } /** * Send the notification to the users after verify. * * @param 131414 $131414 * * @return void */ public function verify(131414 $131414) { return Notification::send($131414->user, new 131414Notifyer($131414, 'verify'));; } /** * Send the notification to the users after approve. * * @param 131414 $131414 * * @return void */ public function approve(131414 $131414) { return Notification::send($131414->user, new 131414Notifyer($131414, 'approve'));; } /** * Send the notification to the users after publish. * * @param 131414 $131414 * * @return void */ public function publish(131414 $131414) { return Notification::send($131414->user, new 131414Notifyer($131414, 'publish'));; } /** * Send the notification to the users after archive. * * @param 131414 $131414 * * @return void */ public function archive(131414 $131414) { return Notification::send($131414->user, new 131414Notifyer($131414, 'archive'));; } /** * Send the notification to the users after unpublish. * * @param 131414 $131414 * * @return void */ public function unpublish(131414 $131414) { return Notification::send($131414->user, new 131414Notifyer($131414, 'unpublish'));; } }