Fixed order email, added site url tests, add doctrine/dbal, add service::site()
This commit is contained in:
@@ -9,12 +9,12 @@ use App\Traits\NextKey;
|
||||
class Payment extends Model
|
||||
{
|
||||
use NextKey;
|
||||
const RECORD_ID = 'payment';
|
||||
public $incrementing = FALSE;
|
||||
|
||||
const CREATED_AT = 'date_orig';
|
||||
const UPDATED_AT = 'date_last';
|
||||
const RECORD_ID = 'payment';
|
||||
|
||||
public $incrementing = FALSE;
|
||||
protected $table = 'ab_payment';
|
||||
protected $dates = ['date_payment'];
|
||||
protected $dateFormat = 'U';
|
||||
|
Reference in New Issue
Block a user