Skip to content

Instantly share code, notes, and snippets.

@vinicius73
Created May 22, 2015 21:35
Show Gist options
  • Save vinicius73/97d7e36364a1b0957f45 to your computer and use it in GitHub Desktop.
Save vinicius73/97d7e36364a1b0957f45 to your computer and use it in GitHub Desktop.
Facades/SEOMeta
<?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