Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1123b75d9e |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user