Hi, Just installed the package. When I `use Embed\Embed;` I get the following error: ``` Class 'Embed\Embed' not found ``` Using this code: ``` use Embed\Embed; dd(Embed::create('https://youtube.com')); ``` I installed the latest version, using PHP 7.1