Skip to content

Namespace

php
use CharlGottschalk\LaravelAware\Events

TrackingChangesCompleted

Properties

$model

Type: Illuminate\Database\Eloquent\Model


$change

Type: CharlGottschalk\LaravelAware\Models\Change

TIP

Read more about the Change model.

TrackingChangesFailed

Properties

$model

Type: Illuminate\Database\Eloquent\Model


$changes

Type: CharlGottschalk\LaravelAware\Entities\ChangedAttributes

TIP

Read more about the ChangedAttributes entity.

TrackingChangesStarted

Properties

$model

Type: Illuminate\Database\Eloquent\Model


$changes

Type: array

An array representation of the Change model.