From ab52bdec15af33b9b6c768b2d3cb645625035439 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Feb 2015 05:05:40 +0100 Subject: [PATCH] Not changed much --- app/Models/Account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Account.php b/app/Models/Account.php index f8ece4909f..93ea3f5284 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -25,4 +25,6 @@ class Account extends Model return $this->belongsTo('User'); } + + }