Completed
Push — main ( 07398f...fad83e )
by azmin
03:13 queued 03:13
created
src/Instagram/autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @return void
22 22
  */
23
-spl_autoload_register(function ($class) {
23
+spl_autoload_register(function($class) {
24 24
     // project-specific namespace prefix
25 25
     $prefix = 'Maztech\\';
26 26
 
Please login to merge, or discard this patch.