Skip to content

Commit

Permalink
Fixed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
honsa authored May 21, 2022
1 parent 5e2bec7 commit 0de340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CraftRecaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function (PluginEvent $event) {
*
* @return \craft\base\Model|null
*/
protected function createSettingsModel() : ?Model
protected function createSettingsModel() : ? \craft\base\Model
{
return new Settings();
}
Expand Down

0 comments on commit 0de340e

Please sign in to comment.