chg: [organisation] Removed useless class variable

pull/93/head
Sami Mokaddem 2022-02-09 15:41:58 +01:00
parent d8807cce92
commit 20907a45da
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ use Cake\Error\Debugger;
class OrganisationsTable extends AppTable
{
protected $_accessible = [
'id' => false
];
public function initialize(array $config): void
{
parent::initialize($config);