Add different setUser call.

This commit is contained in:
James Cole
2023-02-19 08:43:28 +01:00
parent 94ae0bd7c3
commit 1b06211152
55 changed files with 242 additions and 146 deletions

View File

@@ -45,6 +45,7 @@ class RecurrenceController extends Controller
$this->middleware(
function ($request, $next) {
$this->repository = app(RecurringRepositoryInterface::class);
$this->repository->setUser(auth()->user());
return $next($request);