diff options
author | Camil Staps | 2016-08-01 09:15:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 09:15:36 +0200 |
commit | 923aac957cc28723c622570d46d2a915c75df06f (patch) | |
tree | e4c6a3683f0f0781ed9545feb922e41a2e8d1e8b /classes/Payment.php | |
parent | Internationalisation: email subjects (diff) |
Removed duplicate code
Diffstat (limited to 'classes/Payment.php')
-rw-r--r-- | classes/Payment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Payment.php b/classes/Payment.php index 59dde87..d37bcc9 100644 --- a/classes/Payment.php +++ b/classes/Payment.php @@ -26,7 +26,7 @@ */ class Payment extends Model { /** {@inheritDoc} */ - public + public static $table = 'payment', $fillable_columns = ['offerId', 'date', 'braintree_id', 'braintree_status'], $timestamps = ['date']; |