1 Commits

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
{
if (property_exists(static, $name)) {
if (property_exists(static::static, $name)) {
// Exist the property
// Writing the property