Completed
Push — master ( 1b95e2...0aeb50 )
by Chris
02:59
created
eduadmin-wordpress-sveawebpay.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
 	final class EDU_SveaWebPay_Loader {
58 58
 		public function __construct() {
59
-			add_action( 'plugins_loaded', array( $this, 'init' ) );
59
+			add_action( 'plugins_loaded', array ( $this, 'init' ) );
60 60
 		}
61 61
 
62 62
 		public function init() {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 				require_once( __DIR__ . '/vendor/autoload.php' ); // Load dependencies
65 65
 				require_once( __DIR__ . '/class/class-edu-sveawebpay.php' );
66 66
 
67
-				add_filter( 'edu_integrations', array( $this, 'add_integration' ) );
67
+				add_filter( 'edu_integrations', array ( $this, 'add_integration' ) );
68 68
 			}
69 69
 		}
70 70
 
Please login to merge, or discard this patch.