visuddhinanda 3 giorni fa
parent
commit
bb63cabd05
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api-v13/app/Http/Api/ChannelApi.php

+ 1 - 1
api-v13/app/Http/Api/ChannelApi.php

@@ -8,7 +8,7 @@ use Illuminate\Support\Facades\Log;
 
 
 class ChannelApi
 class ChannelApi
 {
 {
-    public static function getById($id)
+    public static function getById(string $id)
     {
     {
         if (!Str::isUuid($id)) {
         if (!Str::isUuid($id)) {
             return false;
             return false;