Skip to content

Commit e6ec9a0

Browse files
committed
adds missing static in exception
1 parent 897d50a commit e6ec9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Exceptions/DataImportException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static function deleteRunningImport()
1616
return new static(__('The import is currently running and cannot be deleted'));
1717
}
1818

19-
public function fileNotReadable()
19+
public static function fileNotReadable()
2020
{
2121
return new static(__('Unable to read file'));
2222
}

0 commit comments

Comments
 (0)