Skip to content

Commit 019adab

Browse files
authored
php syntax error fix
1 parent 34633e8 commit 019adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
'classes' => file($outputFile),
2222
],
2323
true
24-
) . ';' ;
24+
) . ';'
2525
);

0 commit comments

Comments
 (0)