Jake Vanderwerf
5 days ago a9b3b28d001941921aa70d37fdc87c758a163a44
inc/managers/queue/Storage.php
@@ -19,7 +19,7 @@
   public function __construct()
   {
      $this->defineTables();
      $this->cache = Cache::for('queue', DAY_IN_SECONDS);
      $this->cache = Cache::for('queue', DAY_IN_SECONDS)->user();
   }
   public function hasProcessingOperations(): bool