LMongo\Eloquent\Model::updated PHP Method

updated() public static method

Register an updated model event with the dispatcher.
public static updated ( Closur\Closure | string $callback ) : void
$callback Closur\Closure | string
return void
    public static function updated($callback)
    {
        static::registerModelEvent('updated', $callback);
    }
Model