Update imports.php

This commit is contained in:
Bradley Schofield
2023-05-16 14:18:06 +09:00
parent a9042e78b6
commit 744640b4b8
+1 -1
View File
@@ -58,7 +58,7 @@ class ImportsV1 extends Worker
* @return Source
* @throws \Exception
*/
function processSource(array $source): Source
protected function processSource(array $source): Source
{
switch ($source['type']) {
case 'firebase':