Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and artonge authored Nov 8, 2023
1 parent 6cc3e63 commit fef2b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function admin(
* @param bool $enable true if the feed is enabled
* @return DataResponse
*/
public function feed($enable) {
public function feed(bool $enable) {
$token = $tokenUrl = '';

if ($enable === true) {
Expand Down

0 comments on commit fef2b33

Please sign in to comment.