Completed
Push — master ( 75c234...bb087c )
by Andrew
03:53
created
app/classy/classy-template.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -445,7 +445,7 @@
 block discarded – undo
445 445
 
446 446
 		$templates = array();
447 447
 		
448
-	    $files = (array) glob( THEME_PATH . '/' . self::$theme_templates_folder . '/*/*.blade.php' );
448
+		$files = (array) glob( THEME_PATH . '/' . self::$theme_templates_folder . '/*/*.blade.php' );
449 449
 
450 450
 		foreach ( $files as $filename ) {
451 451
 			
Please login to merge, or discard this patch.