chg: [organisation] Removed useless class variable
parent
d8807cce92
commit
20907a45da
|
@ -9,10 +9,6 @@ use Cake\Error\Debugger;
|
||||||
|
|
||||||
class OrganisationsTable extends AppTable
|
class OrganisationsTable extends AppTable
|
||||||
{
|
{
|
||||||
protected $_accessible = [
|
|
||||||
'id' => false
|
|
||||||
];
|
|
||||||
|
|
||||||
public function initialize(array $config): void
|
public function initialize(array $config): void
|
||||||
{
|
{
|
||||||
parent::initialize($config);
|
parent::initialize($config);
|
||||||
|
|
Loading…
Reference in New Issue