Fixings
- Rename "facStorage" to "storageManager" - Fix indentation - Fix tests
This commit is contained in:
@@ -325,7 +325,7 @@ class CronJobs
|
||||
private static function moveStorage()
|
||||
{
|
||||
$current = DI::storage();
|
||||
$moved = DI::facStorage()->move($current);
|
||||
$moved = DI::storageManager()->move($current);
|
||||
|
||||
if ($moved) {
|
||||
Worker::add(PRIORITY_LOW, "CronJobs", "move_storage");
|
||||
|
||||
Reference in New Issue
Block a user