Files
snipe-it/app/Models
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-09-20 14:33:26 +01:00
2024-09-18 14:32:59 +01:00
2024-09-17 22:16:41 +01:00
2024-10-03 13:59:58 -07:00
2024-01-04 14:32:03 -08:00
2024-10-15 12:42:09 +01:00
2024-09-19 17:01:17 +01:00
2023-09-14 13:52:57 +01:00