PHP 8.2: Dynamic Properties are deprecated

PHP 8.2: Dynamic Properties are deprecated  #[\AllowDynamicProperties]
This commit is contained in:
gtbu 2023-02-24 11:20:16 +01:00 committed by GitHub
parent afa69f18a5
commit ed6ec12d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
namespace gp\admin\Layout;
defined('is_running') or die('Not an entry point...');
#[\AllowDynamicProperties]
class Edit extends \gp\admin\Layout{
protected $layout_request = true;