Skip to content

Commit

Permalink
fix public method
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 26, 2023
1 parent 7252789 commit bc92f6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/DependencyInjection/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

final class ContainerFactory
{
/**
* @api
*/
public function create(): Container
{
$container = new Container();
Expand Down

0 comments on commit bc92f6e

Please sign in to comment.