visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
a5103ae826
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Tools/Tools.php

+ 2 - 0
app/Tools/Tools.php

@@ -1,9 +1,11 @@
 <?php
 namespace App\Tools;
+use Illuminate\Support\Facades\Log;
 
 class Tools{
     public static function isStop(){
         if(file_exists(base_path('.stop'))){
+            Log::debug('.stop exists');
             return true;
         }else{
             return false;