芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/design.pulsehost.co.uk/application/app/Models/Timer.php
belongsTo('App\Models\User', 'timer_creatorid', 'id'); } /** * relatioship business rules: * - the Client can have many Ticket * - the Ticket belongs to one Client */ public function task() { return $this->belongsTo('App\Models\Task', 'timer_taskid', 'task_id'); } }