Skip to content

Commit

Permalink
Make createInstance method protected (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
acharron-hl authored Dec 15, 2023
1 parent f0d2239 commit ace9101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ private function resolveArgs(array $defaultArgs, array $args, $instance = null)
* @param array $args Additional arguments to pass to the constructor.
* @return object Returns an object instance.
*/
private function createInstance($nid, array $args)
protected function createInstance($nid, array $args)
{
$rule = $this->makeRule($nid);

Expand Down

0 comments on commit ace9101

Please sign in to comment.