Rename setIgnore() to ignore()
This commit is contained in:
@@ -93,7 +93,10 @@ class Introduction extends BaseEntity
|
||||
$this->id = $id;
|
||||
}
|
||||
|
||||
public function setIgnore()
|
||||
/**
|
||||
* Ignore the current Introduction
|
||||
*/
|
||||
public function ignore()
|
||||
{
|
||||
$this->ignore = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user