remove type declaration in channel name setter
This commit is contained in:
parent
dbe12a052b
commit
6dbde5d35a
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class Channel implements ModelInterface
|
|||
/**
|
||||
* @param string $name
|
||||
*/
|
||||
public function setName(string $name)
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue