Skip to content

Commit

Permalink
Make Fluent\Provider::$serviceConfig protected
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Jan 14, 2025
1 parent 310c906 commit e534d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fluent/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Provider extends Fluent implements Providable
*
* @var \Payavel\Orchestration\ServiceConfig
*/
public ServiceConfig $serviceConfig;
protected ServiceConfig $serviceConfig;

public function __construct(ServiceConfig $serviceConfig, $id)
{
Expand Down

0 comments on commit e534d95

Please sign in to comment.