芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Http/Resources/RoleResource.php
$this->id, 'name' => $this->name, 'title' => $this->title, 'level' => $this->level, 'formatted_created_at' => $this->getFormattedAt(), 'abilities' => $this->getAbilities(), ]; } public function getFormattedAt() { $dateFormat = CompanySetting::getSetting('carbon_date_format', $this->scope); return Carbon::parse($this->created_at)->translatedFormat($dateFormat); } }