Skip to content

Commit

Permalink
Update DownloadController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
scandella authored Jan 22, 2023
1 parent 866f074 commit f5ad5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/DownloadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DownloadController extends Controller
/**
* @inheritdoc
*/
public $allowAnonymous = true;
public array|bool|int $allowAnonymous = true;

// Public Methods
// =========================================================================
Expand Down Expand Up @@ -51,4 +51,4 @@ public function actionIndex()

return $response;
}
}
}

0 comments on commit f5ad5cb

Please sign in to comment.