Browse Source

string $id

visuddhinanda 2 days ago
parent
commit
bb63cabd05
1 changed files with 1 additions and 1 deletions
  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
 {
-    public static function getById($id)
+    public static function getById(string $id)
     {
         if (!Str::isUuid($id)) {
             return false;