php 8.3 fix

This commit is contained in:
Ulf Gebhardt 2024-11-21 00:30:48 +01:00
parent 61e9237641
commit 39a0e07ab0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,7 +1,7 @@
<?php
namespace SQL;
class DATA_SAIMOD_WEBCRAFT_CONTACT extends \SYSTEM\DB\QI {
public static function get_class(){return \get_class();}
public static function get_class(){return static::class;}
public static function files_mysql(){
return array( (new \PSAI('/saimod_webcraft_contact/sql/mysql/system_api.sql'))->SERVERPATH(),
(new \PSAI('/saimod_webcraft_contact/sql/mysql/system_page.sql'))->SERVERPATH());