aboutsummaryrefslogtreecommitdiff
path: root/classes/Payment.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 09:15:36 +0200
committerCamil Staps2016-08-01 09:15:36 +0200
commit923aac957cc28723c622570d46d2a915c75df06f (patch)
treee4c6a3683f0f0781ed9545feb922e41a2e8d1e8b /classes/Payment.php
parentInternationalisation: email subjects (diff)
Removed duplicate code
Diffstat (limited to 'classes/Payment.php')
-rw-r--r--classes/Payment.php2
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'];