芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Models/Admin/Language.php
where("status",true); } public function getEditDataAttribute() { $data = []; $data = [ 'id' => $this->id, 'name' => $this->name, 'code' => $this->code, 'dir' => $this->dir, ]; return json_encode($data); } protected $casts = [ 'id' => 'integer', 'name' => 'string', 'code' => 'string', 'dir' => 'string', 'last_edit_by' => 'integer', 'status' => 'boolean', ]; }