Skip to content

Commit

Permalink
Merge pull request #7 from mihhac/proposal-for-method-access-in-rest-…
Browse files Browse the repository at this point in the history
…resource-php

proposal for changing method access in RestResource
  • Loading branch information
sebastianheuer authored May 22, 2018
2 parents 0e20755 + a8542e0 commit 1f2645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestResource/RestResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getSupportedMethods(): array
/**
* @return Pattern
*/
abstract protected function getUriPattern(): Pattern;
abstract public function getUriPattern(): Pattern;

/**
* @return array
Expand Down

0 comments on commit 1f2645f

Please sign in to comment.