Fixed uneven brackets

This commit is contained in:
2021-01-06 19:15:24 +01:00
parent 0fa7358c4b
commit 05117f6836
+1 -1
View File
@@ -42,7 +42,7 @@ class utils
{ {
$raw = file_get_contents($path); $raw = file_get_contents($path);
} }
catch catch (Exception $e)
{ {
$raw = ""; $raw = "";
} }