summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/Housekeeping.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Middleware/Housekeeping.php')
-rw-r--r--app/Http/Middleware/Housekeeping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Middleware/Housekeeping.php b/app/Http/Middleware/Housekeeping.php
index 4886a5cda3..bb1423d615 100644
--- a/app/Http/Middleware/Housekeeping.php
+++ b/app/Http/Middleware/Housekeeping.php
@@ -89,7 +89,7 @@ class Housekeeping implements MiddlewareInterface
*/
private function runHousekeeping()
{
- $data_filesystem = app()->make(FilesystemInterface::class);
+ $data_filesystem = app(FilesystemInterface::class);
$root_filesystem = new Filesystem(new Local(WT_ROOT));
// Clear files in the (user-specified) data folder - which might not be local files