Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fix php version support
Browse files Browse the repository at this point in the history
  • Loading branch information
leevigraham committed Sep 13, 2020
1 parent c1b5d97 commit 02d6722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
],
"require": {
"php": "^7.3",
"craftcms/cms": "^3.0",
"giggsey/libphonenumber-for-php": "^8.3",
"commerceguys/addressing": "^1.0",
Expand Down
10 changes: 1 addition & 9 deletions src/models/Settings.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<?php
/**
* Created by PhpStorm.
* User: leevigraham
* Date: 25/2/17
* Time: 20:52
*/

namespace newism\fields\models;


use craft\base\Model;
use craft\behaviors\EnvAttributeParserBehavior;

class Settings extends Model
{
public ?string $googleApiKey = '';
public $googleApiKey = '';

public function behaviors()
{
Expand Down

0 comments on commit 02d6722

Please sign in to comment.