Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 12, 2023
1 parent 8bbc8b7 commit ba7c45f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
->registerPreference('draftAutosaveEnable', 'boolVal', false)
->registerPreference('draftAutosaveInterval', 'intVal', 6),

(new Extend\Conditional())
->whenExtensionEnabled('blomstra-gdpr', [
class_exists(UserData::class) ? (new UserData())
->addType(Data\Drafts::class) : null
]),
(new Extend\Conditional())
->whenExtensionEnabled('blomstra-gdpr', [
class_exists(UserData::class) ? (new UserData())
->addType(Data\Drafts::class) : null,
]),
];

0 comments on commit ba7c45f

Please sign in to comment.