App\Collections\ExportCollection::initialize PHP Method

initialize() protected method

protected initialize ( )
    protected function initialize()
    {
        $this->name('Export')->handler(ExportController::class)->endpoint(ApiEndpoint::get('/documentation.json', 'documentation'))->endpoint(ApiEndpoint::get('/postman.json', 'postman'));
    }
ExportCollection