cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Update SentinelServiceProvider.php #569

Closed PDXfoster closed 1 year ago

PDXfoster commented 1 year ago

I received a deprecation warning: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in vendor/cartalyst/sentinel/src/Laravel/SentinelServiceProvider.php on line 209. Seems like a straightforward fix, and already used on the lines above. Thanks!

brunogaspar commented 1 year ago

Thank you!