| Current Path : /home/webg5288/www/laravel_kendal/vendor/filament/notifications/src/Testing/ |
| Current File : /home/webg5288/www/laravel_kendal/vendor/filament/notifications/src/Testing/Autoload.php |
<?php
namespace Filament\Notifications\Testing;
use Filament\Notifications\Notification;
/**
* @return TestCall | TestCase | mixed
*/
function assertNotified(Notification | string | null $notification = null)
{
Notification::assertNotified($notification);
return test();
}