LMongo\Eloquent\Model::saved PHP Method

saved() public static method

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