modify plugin name
This commit is contained in:
+1
-1
@@ -865,7 +865,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
|
|||||||
* @param $value
|
* @param $value
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function __set($name, $value)
|
public function __set($name, $value): void
|
||||||
{
|
{
|
||||||
if (method_exists($this, 'set' . ucfirst($name))) {
|
if (method_exists($this, 'set' . ucfirst($name))) {
|
||||||
$this->{'set' . ucfirst($name)}($value);
|
$this->{'set' . ucfirst($name)}($value);
|
||||||
|
|||||||
Reference in New Issue
Block a user