Add AllowDynamicProperties Attribute to cooperate with php8.2 deprecation

This commit is contained in:
GeoSot
2023-03-09 16:45:39 +02:00
parent 4dc20b028a
commit 19b6ebd58f
2 changed files with 6 additions and 3 deletions
@@ -183,6 +183,7 @@ namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWi
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
* @mixin \Eloquent
*/
class IdeHelperPost {}
#[\AllowDynamicProperties]
class IdeHelperPost {}
}