fix magix static::class

This commit is contained in:
2026-03-17 17:43:36 +05:00
parent 6d1f1b79ba
commit 1123b75d9e

View File

@@ -38,7 +38,7 @@ trait magic
*/ */
public function __set(string $name, mixed $value = null): void public function __set(string $name, mixed $value = null): void
{ {
if (property_exists(static, $name)) { if (property_exists(static::static, $name)) {
// Exist the property // Exist the property
// Writing the property // Writing the property