You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this deprecated warning when testing the notification channel from tinker: PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in C:\laravel-project\vendor\laravel-notification-channels\pushover\src\Pushover.php on line 124
Is this an actual warning or is it from my coding mistake? I'm on PHP8.1
The text was updated successfully, but these errors were encountered:
I encountered this deprecated warning when testing the notification channel from tinker:
PHP Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in C:\laravel-project\vendor\laravel-notification-channels\pushover\src\Pushover.php on line 124
Is this an actual warning or is it from my coding mistake? I'm on PHP8.1
The text was updated successfully, but these errors were encountered: