From 0ecf10b66b64ba78755dfb32c11dd1a208248aed Mon Sep 17 00:00:00 2001 From: Adrian Brown Date: Sat, 7 Sep 2019 23:25:45 +1000 Subject: [PATCH] wip --- config/event-projector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/event-projector.php b/config/event-projector.php index d69ef2e..c9a28b1 100644 --- a/config/event-projector.php +++ b/config/event-projector.php @@ -90,5 +90,5 @@ * * Here you can specify where the cache should be stored. */ - 'cache_path' => storage_path('app/event-projector'), + 'cache_path' => base_path('bootstrap/cache'), ];