From 923aac957cc28723c622570d46d2a915c75df06f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 09:15:36 +0200 Subject: Removed duplicate code --- classes/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Payment.php') 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']; -- cgit v1.2.3