LMongo\Eloquent\Model::created PHP Method

created() public static method

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