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

moving() public static method

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