Skip to content

Commit

Permalink
Fix incorrect YAML from Statamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Buffa committed Feb 22, 2021
1 parent 9d381c2 commit 178120b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Illuminate\Support\Collection;
use Statamic\Facades\File;
use Statamic\Facades\Yaml;
use Statamic\Facades\YAML;

class Settings {

Expand Down
2 changes: 0 additions & 2 deletions src/Tags/MetatagsTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@


use Gioppy\StatamicMetatags\DefaultMetatags;
use Gioppy\StatamicMetatags\Metatags;
use Gioppy\StatamicMetatags\Settings;
use Illuminate\Support\Str;
use Statamic\Facades\Blueprint;
use Statamic\Fields\Value;
use Statamic\Support\Arr;
use Statamic\Tags\Tags;
Expand Down

0 comments on commit 178120b

Please sign in to comment.