1 Commits
3.8.8 ... 3.8.9

Author SHA1 Message Date
1123b75d9e fix magix static::class 2026-03-17 17:43:36 +05:00

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