Test Failed
Push — master ( e49b90...4d2995 )
by Georgi
04:56
created
src/Layout/Seeds/NavMenu.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class NavMenu extends BaseMenu
12 12
 {
13
-    public $ui = 'inverted nav menu';
13
+	public $ui = 'inverted nav menu';
14 14
     
15 15
 	public function init()
16 16
 	{		
Please login to merge, or discard this patch.
config/epesi.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
 				 | This value is the name of Epesi powered by as displayed.
21 21
 				 |
22 22
 				 */
23
-		        'credit' => [
24
-		                'title' => 'EPESI',
25
-		                'link'  => 'https://epe.si'
26
-		        ],
23
+				'credit' => [
24
+						'title' => 'EPESI',
25
+						'link'  => 'https://epe.si'
26
+				],
27 27
 		        
28 28
 				/*
29 29
 				 |--------------------------------------------------------------------------
Please login to merge, or discard this patch.