osa-eg / laravel-teams-notification

MIT License
9 stars 2 forks source link

Getting a DEPRECATED warning. #2

Open devNoiseConsulting opened 2 months ago

devNoiseConsulting commented 2 months ago

Trying to convert my application to use your package to send error message to a team's channel. I ran into the following message while trying to test my configuration in artisan tinker.

   DEPRECATED  Creation of dynamic property Osama\LaravelTeamsNotification\Logging\TeamsLoggerHandler::$teamsNotification is deprecated in vendor/osa-eg/laravel-teams-notification/src/Logging/TeamsLoggerHandler.php on line 19.

Adding protected $teamsNotification; after public $url; to the TeamsLoggerHandler class makes this warning go away.

PHP: 8.2.23 laravel/framework: 9.52