Skip to content

Commit

Permalink
removed admin utils class
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmassen committed Oct 7, 2017
1 parent 755296a commit 08ba13f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions seo.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* SEO v2.0.8
* SEO v2.0.9
*
* This plugin adds an SEO Tab to every pages for managing SEO data.
*
* Licensed under the MIT license, see LICENSE.
*
* @package SEO
* @version 2.0.8
* @version 2.0.9
* @link <https://github.com/paulmassen/grav-plugin-seo>
* @author Paul Massendari <[email protected]>
* @copyright 2017, Paul Massendari
Expand All @@ -16,7 +16,6 @@

namespace Grav\Plugin;

use Grav\Plugin\Admin\Utils as AdminUtils;
use Grav\Common\Plugin;
use Grav\Common\Page\Page;
use Grav\Common\Data\Blueprints;
Expand Down

0 comments on commit 08ba13f

Please sign in to comment.