Skip to content

Commit

Permalink
Apply fixes from StyleCI (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Ritson <[email protected]>
  • Loading branch information
alecritson and alecritson authored May 7, 2021
1 parent d5a51f6 commit 1b0118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/Runners/SettingsRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function run()
'content' => json_encode([]),
'created_at' => now(),
'updated_at' => now(),
]
],
];

foreach ($settings as $setting) {
Expand Down

0 comments on commit 1b0118f

Please sign in to comment.