Ken 2 dní pred
rodič
commit
4ecbd08bbf
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/Http/Controllers/api/Home.php

+ 1 - 0
app/Http/Controllers/api/Home.php

@@ -119,6 +119,7 @@ class Home extends Controller
     {
 //        $target = 27;
         $target =  request()->input('a',15);
+        $target= intval($target);
         echo $target;
         echo "\n";
         $matchingNumbers = $this->getMatchingNumbers($target);