GatherContent\LaravelFractal\LaravelFractalServiceProvider::provides PHP Method

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array
    public function provides()
    {
        return array('fractal');
    }
LaravelFractalServiceProvider