format('Y-m-d H:i:s'); } public function category() { return $this->hasOne(SysCategory::class, 'category_id', 'courses_category_id'); } public function teacher() { return $this->hasOne(CollegeTeacher::class, 'teacher_id', 'courses_teacher_id'); } }