diff --git a/app/library/App/Model/Project.php b/app/library/App/Model/Project.php index 16a7d60..bd78b43 100644 --- a/app/library/App/Model/Project.php +++ b/app/library/App/Model/Project.php @@ -29,11 +29,11 @@ class Project extends \App\Mvc\DateTrackingModel { ]; } -// public function initialize() { -// -// $this->belongsTo('user_id', User::class, 'id', [ -// 'alias' => 'User', -// ]); -// } + public function initialize() { + + $this->belongsTo('user_id', User::class, 'id', [ + 'alias' => 'User', + ]); + } } \ No newline at end of file -- libgit2 0.21.4