From 744640b4b8b6b96c537c2f5844d4cecb579d1180 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 16 May 2023 14:18:06 +0900 Subject: [PATCH] Update imports.php --- app/workers/imports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/imports.php b/app/workers/imports.php index 1e32f87f0e..59c99009d1 100644 --- a/app/workers/imports.php +++ b/app/workers/imports.php @@ -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':