Completed
Push — master ( 5c3ab9...4f1dd0 )
by Joachim
04:04
created
src/functions_include.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 // Don't redefine the functions if included multiple times.
3 3
 if (!function_exists('Loevgaard\AltaPay\createMoney')) {
4
-    require_once __DIR__ . '/functions.php';
4
+    require_once __DIR__.'/functions.php';
5 5
 }
Please login to merge, or discard this patch.