Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 27, 2023
1 parent d2503b3 commit e89377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/actionlogs/src/Extension/ActionLogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class ActionLogs extends CMSPlugin
*
* @since 3.9.0
*/
public function __construct(UserFactoryInterface $userFactory, DispatcherInterface $dispatcher,array $config)
public function __construct(UserFactoryInterface $userFactory, DispatcherInterface $dispatcher, array $config)
{
parent::__construct($dispatcher, $config);

Expand Down

0 comments on commit e89377d

Please sign in to comment.