Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/4a7891/Task.php.tar
Ðазад
home/easybachat/hisabat365.com/app/Task.php 0000664 00000001255 15060241451 0014424 0 ustar 00 <?php namespace App; use Illuminate\Database\Eloquent\Model; class Task extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'tasks'; public function project(){ return $this->belongsTo('App\Project','project_id')->withdefault(); } public function milestone(){ return $this->belongsTo('App\ProjectMilestone','milestone_id')->withdefault(); } public function status(){ return $this->belongsTo('App\TaskStatus','task_status_id')->withdefault(); } public function assigned_user(){ return $this->belongsTo('App\User','assigned_user_id')->withdefault(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка