Created
May 22, 2015 21:35
-
-
Save vinicius73/97d7e36364a1b0957f45 to your computer and use it in GitHub Desktop.
Facades/SEOMeta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php namespace Artesaos\SEOTools\Facades; | |
use Illuminate\Support\Facades\Facade; | |
class SEOMeta extends Facade | |
{ | |
protected static function getFacadeAccessor() | |
{ | |
return 'seotools.metatags'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment