1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento hook ed email

This commit is contained in:
Thomas Zilio
2019-08-26 18:02:05 +02:00
parent 27c97da691
commit ebea9ea807
42 changed files with 844 additions and 703 deletions

View File

@@ -1,8 +1,10 @@
<?php
use Notifications\EmailNotification;
include_once __DIR__.'/core.php';
$mail = Mail::get();
$mail = new EmailNotification();
$bug_email = 'info@openstamanager.com';
$user = Auth::user();