Files
snipe-it/app
Jeremy Price 69e74bbdd3 Fix ${var} deprecation warning in License model
When upgrading to php8.3 i started getting deprecation warning about
using ${var} instead of {$var} in 2 places in License.php

PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/www/snipe-it/app/Models/License.php on line 187
PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/www/snipe-it/app/Models/License.php on line 219

This simple fix switches the offending statements to {$var} syntax.
2024-10-30 19:43:54 -07:00
..
2024-10-10 23:32:07 +01:00
2024-10-24 22:53:53 -07:00
2024-09-17 22:16:41 +01:00
2024-04-17 09:26:07 +01:00
2024-09-17 22:16:41 +01:00
2024-09-04 12:38:35 -07:00