Skip to content

Commit

Permalink
Fix: Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 5, 2023
1 parent bf42220 commit eeb9fa0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Faker/Container/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,4 @@ public static function withDefaultExtensions(): self

return $instance;
}

public static function getDefault(): ContainerInterface
{
return self::withDefaultExtensions()->build();
}
}

0 comments on commit eeb9fa0

Please # to comment.