1 | <?php namespace Rocket\Taxonomy\Support\Laravel5; |
||
6 | class Facade extends \Illuminate\Support\Facades\Facade |
||
7 | { |
||
8 | const TERM_CONTENT = 0; |
||
9 | const TERM_CATEGORY = 1; |
||
10 | |||
11 | /** |
||
12 | * Get the registered name of the component. |
||
13 | * |
||
14 | * @return string |
||
15 | */ |
||
16 | protected static function getFacadeAccessor() |
||
20 | } |
||
21 |