Skip to content

Commit

Permalink
Update GoogleDriveManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
anuj9196 authored Jun 20, 2018
1 parent 0c43949 commit 582c303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/GoogleDriveManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
* Time: 5:34 PM
*/

namespace App\Library;
use Aura\Intl\Exception;
namespace TBETool;

use Exception;
use Google_Client;
use Google_Service_Drive;
use Google_Service_Exception;
Expand Down Expand Up @@ -145,4 +146,4 @@ public function download($item_id)

return $content;
}
}
}

0 comments on commit 582c303

Please sign in to comment.