We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897d50a commit e6ec9a0Copy full SHA for e6ec9a0
src/app/Exceptions/DataImportException.php
@@ -16,7 +16,7 @@ public static function deleteRunningImport()
16
return new static(__('The import is currently running and cannot be deleted'));
17
}
18
19
- public function fileNotReadable()
+ public static function fileNotReadable()
20
{
21
return new static(__('Unable to read file'));
22
0 commit comments