Skip to content

Commit

Permalink
Merge branch 'master' into v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinNorgarb committed Jul 20, 2019
2 parents 5be5601 + f4e2ac9 commit 477347f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devswebdev/devtube",
"description": "A Laravel package for downloading videos from the net by simply passing a URL",
"type": "library",
"version": "2.0.3",
"version": "2.0.4",
"require": {
"laravel/framework": "~5",
"illuminate/support": "~5",
Expand Down
3 changes: 1 addition & 2 deletions src/MediaDownload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

namespace DevsWebDev\DevTube;

// dd(__DIR__ . '../vendor/autoload.php');
require __DIR__ . '/../vendor/autoload.php';
require '../vendor/autoload.php';

use DevsWebDev\DevTube\Traits\HelperTrait;
use DevsWebDev\DevTube\DownloadConfig;
Expand Down

0 comments on commit 477347f

Please sign in to comment.