Add pilot pay to journals; cleanup payment code #130
This commit is contained in:
@@ -20,9 +20,8 @@ trait HashId
|
||||
/**
|
||||
* Register callbacks
|
||||
*/
|
||||
protected static function boot()
|
||||
protected static function bootHashId()
|
||||
{
|
||||
parent::boot();
|
||||
static::creating(function ($model) {
|
||||
if (empty($model->id)) {
|
||||
$model->id = static::createNewHashId();
|
||||
|
||||
Reference in New Issue
Block a user