mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
2.x - databases
This commit is contained in:
@ -92,7 +92,7 @@ public function test_send(): void
|
||||
|
||||
Http::fake();
|
||||
|
||||
$provider->send($channel, new TestNotification());
|
||||
$provider->send($channel, new TestNotification);
|
||||
|
||||
Http::assertSent(function (Request $request) {
|
||||
if ($request->url() === 'https://api.telegram.org/botxxxxx/sendMessage') {
|
||||
|
Reference in New Issue
Block a user