| 1 | <?php namespace Arcanedev\EmbedVideo\Facades; |
||
| 12 | class Embed extends Facade |
||
| 13 | { |
||
| 14 | /* ----------------------------------------------------------------- |
||
| 15 | | Main Methods |
||
| 16 | | ----------------------------------------------------------------- |
||
| 17 | */ |
||
| 18 | /** |
||
| 19 | * Get the registered name of the component. |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | protected static function getFacadeAccessor() { return EmbedContract::class; } |
||
| 24 | } |
||
| 25 |