Skip to content

Commit

Permalink
Include Endpoints class
Browse files Browse the repository at this point in the history
  • Loading branch information
raiym committed Jun 5, 2016
1 parent 14b349a commit 6f566c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InstagramScraper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

require_once dirname(__FILE__) . '/InstagramScraper/Instagram.php';
require_once dirname(__FILE__) . '/InstagramScraper/Endpoints.php';
require_once dirname(__FILE__) . '/InstagramScraper/model/Account.php';
require_once dirname(__FILE__) . '/InstagramScraper/model/Media.php';
require_once dirname(__FILE__) . '/InstagramScraper/exception/InstagramException.php';
Expand Down

0 comments on commit 6f566c1

Please sign in to comment.