芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/modules/Core/Models/Tenant.php
'array', 'IsDisabled' => 'boolean', 'IsDefault' => 'boolean', 'AllowChangeAdminEmail' => 'boolean', 'AllowChangeAdminPassword' => 'boolean', 'IsTrial' => 'boolean' ]; protected $attributes = [ ]; protected $appends = [ 'EntityId' ]; /** * Returns tenant ID * * return int */ public function getEntityIdAttribute() { return $this->Id; } }