Jake Vanderwerf
3 days ago ba1e1ccf869b818f7a7a897264dfea05563a7796
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