Skip to content

Commit

Permalink
Removes readonly from class
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganTFox committed Oct 3, 2024
1 parent ef21af1 commit e98fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IPAddressHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Zaengle\LaravelSecurityNotifications\Exceptions\IPAddressDriverMissingException;

readonly class IPAddressHandler
class IPAddressHandler
{
public function process(array $options): void
{
Expand Down

0 comments on commit e98fbac

Please sign in to comment.