diff options
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']; |