SaeedDev94 / zarinpal-laravel

Zarinpal payment for Laravel Framework
MIT License
47 stars 5 forks source link

Replace deprecated curly braces syntax in PHP #25

Closed mrostd closed 1 year ago

mrostd commented 1 year ago

The curly braces syntax for accessing array elements and string offsets has been deprecated in PHP. This commit replaces all instances of the deprecated syntax with the recommended square bracket syntax.