Baum\Extensions\Eloquent\Model::moved PHP Method

moved() public static method

Register a moved model event with the dispatcher.
public static moved ( Closure | string $callback, $priority ) : void
$callback Closure | string
return void
    public static function moved($callback, $priority = 0)
    {
        static::registerModelEvent('moved', $callback, $priority);
    }