Completed
Pull Request — master (#59)
by
unknown
62:03
created
src/app/Http/Controllers/LaravelLoggerController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
      */
283 283
     public function searchActivityLog($query,$requeset)
284 284
     {
285
-     if (config('LaravelLogger.descriptionSearch') && $requeset->get('description')) {
285
+        if (config('LaravelLogger.descriptionSearch') && $requeset->get('description')) {
286 286
         $query->where('description','like','%'.$requeset->get('description').'%');
287 287
     }
288 288
 
Please login to merge, or discard this patch.
src/config/laravel-logger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     'logSuccessfulLogout'   => true,    // Successful Logout
44 44
 
45 45
 
46
-     /*
46
+        /*
47 47
     |--------------------------------------------------------------------------
48 48
     | Laravel Logger Search Enable/Disable
49 49
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.