Skip to content

Commit

Permalink
middleware static priority method
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasfinsight committed Oct 22, 2020
1 parent 22e2de2 commit b24c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/ContainerImageMiddlewareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
interface ContainerImageMiddlewareInterface
{
public function apply(Image $image, AppInterface $app): void;
public function priority(): int;
public static function priority(): int;
}

0 comments on commit b24c459

Please sign in to comment.