From 77c30f726402131efc00b7997af4ef76529ee827 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 19:59:18 +0200 Subject: [PATCH] test --- app/library/App/Model/Project.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/library/App/Model/Project.php b/app/library/App/Model/Project.php index bd78b43..2254c2a 100644 --- a/app/library/App/Model/Project.php +++ b/app/library/App/Model/Project.php @@ -31,9 +31,11 @@ class Project extends \App\Mvc\DateTrackingModel { public function initialize() { - $this->belongsTo('user_id', User::class, 'id', [ - 'alias' => 'User', - ]); + $this->setSchema("public"); + +// $this->belongsTo('user_id', User::class, 'id', [ +// 'alias' => 'User', +// ]); } } \ No newline at end of file -- libgit2 0.21.4