diff --git a/updates/update_settings_to660.php b/updates/update_settings_to660.php index 2a2adda..9f24377 100644 --- a/updates/update_settings_to660.php +++ b/updates/update_settings_to660.php @@ -7,7 +7,7 @@ use October\Rain\Database\Updates\Migration; /** - * Class UpdateSettingsTo590 + * Class UpdateSettingsTo660 * * @package GinoPane\AwesomeIconsList\Updates */ @@ -15,10 +15,6 @@ class UpdateSettingsTo660 extends UpdateSettingsAbstract { protected static $PREVIOUS_FONTAWESOME_LINK = 'https://use.fontawesome.com/releases/v5.12.0/css/all.css'; protected static $PREVIOUS_FONTAWESOME_LINK_ATTRIBUTES = [ - [ - 'attribute' => 'integrity', - 'value' => 'sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay' - ], [ 'attribute' => 'crossorigin', 'value' => 'anonymous'