- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
This commit is contained in:
nupplaPhil 2020-01-09 01:48:48 +01:00
parent bfae6766bf
commit 016cfcd846
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
7 changed files with 45 additions and 46 deletions

View file

@ -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");