Remove unused code
This commit is contained in:
parent
eff5e62121
commit
297a02d7e1
@ -8,13 +8,9 @@ class Board extends BaseModel {
|
||||
public $auto_actions = [];
|
||||
public $users = [];
|
||||
|
||||
public function __construct($container, $id = 0, $internal = false) {
|
||||
public function __construct($container, $id = 0) {
|
||||
parent::__construct('board', $id, $container);
|
||||
|
||||
if ($internal) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->loadFromBean($this->bean);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user