New Test Notification (#5137)

Created Test Notification.
Updated Vendor Mail message.blade files.
Updated api settings controller to use Notification Façade.
This commit is contained in:
fordster78
2018-03-03 02:01:20 +00:00
committed by snipe
parent 4fe4c0c72a
commit 4e0c8e218d
7 changed files with 128 additions and 6 deletions
+7
View File
@@ -180,6 +180,13 @@ class Setting extends Model
return $this->slack_endpoint;
}
public function routeNotificationForMail()
{
// At this point the endpoint is the same for everything.
// In the future this may want to be adapted for individual notifications.
return config('mail.reply_to.address');
}
public static function passwordComplexityRulesSaving($action = 'update')
{
$security_rules = '';