(Add) Audit System 🆕

- filtering to follow
This commit is contained in:
HDVinnie
2019-11-06 06:42:17 -05:00
parent a5d9bdb0bf
commit e0379e5b95
88 changed files with 545 additions and 312 deletions
@@ -62,9 +62,6 @@ class NoteController extends Controller
} else {
$note->save();
// Activity Log
\LogActivity::addToLog("Staff Member {$staff->username} has added a note on {$user->username} account.");
return redirect()->route('users.show', ['username' => $user->username])
->withSuccess('Note Has Successfully Posted');
}