File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ parameters:
8
8
9
9
- message : ' #Parameter \#1 \$url of method CSlant\\TelegramGitNotifier\\Webhook\:\:setUrl\(\) expects string, mixed given\.#'
10
10
path : src/Http/Actions/WebhookAction.php
11
+
12
+ - message : ' #Parameter \#1 \$prefix of static method Illuminate\\Support\\Facades\\Route::prefix\(\) expects string, mixed given\.#'
13
+ path : routes/bot.php
14
+
15
+ - message : ' #Part \$routePrefix \(mixed\) of encapsed string cannot be cast to string\.#'
16
+ path : routes/bot.php
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function __construct()
44
44
* @throws MessageIsEmptyException
45
45
* @throws SendNotificationException
46
46
*/
47
- public function index (): void
47
+ public function __invoke (): void
48
48
{
49
49
$ sendNotification = new NotificationService (
50
50
$ this ->notifier ,
You can’t perform that action at this time.
0 commit comments