From 88f3bafa5e41217b5a7dd49271429099515de9c8 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 31 Oct 2018 12:48:22 +0100 Subject: Replaced `Auth()` with `auth()` --- includes/controller/shift_entries_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/controller/shift_entries_controller.php') diff --git a/includes/controller/shift_entries_controller.php b/includes/controller/shift_entries_controller.php index c5c1e181..95fbccfc 100644 --- a/includes/controller/shift_entries_controller.php +++ b/includes/controller/shift_entries_controller.php @@ -334,7 +334,7 @@ function shift_entry_load() */ function shift_entry_delete_controller() { - $user = Auth()->user(); + $user = auth()->user(); $request = request(); $shiftEntry = shift_entry_load(); -- cgit v1.2.3-70-g09d2