Skip to content

Commit

Permalink
require laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirmuxsin committed Mar 24, 2022
1 parent c49cb7b commit 94c7afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Methods/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Handler {
*
* @throws \GuzzleHttp\Exception\GuzzleException
*/
public static function sendMessage ($array): \Milly\Laragram\Request
public static function sendMessage ($array)
{
return SendMessage::sendMessage($array);
}
Expand All @@ -20,7 +20,7 @@ public static function sendMessage ($array): \Milly\Laragram\Request
/**
* @throws \GuzzleHttp\Exception\GuzzleException
*/
public static function SendVideo ($array): \Milly\Laragram\Request
public static function SendVideo ($array)
{
return SendVideo::sendVideo($array);
}
Expand Down

0 comments on commit 94c7afe

Please sign in to comment.