2
0
visuddhinanda 2 жил өмнө
parent
commit
a5103ae826
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;