Skip to content

Commit

Permalink
Add alias in service provider and config in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ymihaylov committed Feb 11, 2015
1 parent eeb43ab commit 4b84f41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
{
$this->package('despark/social-feeder');

// AliasLoader::getInstance()->alias('SocialFeeder', 'Despark\LaravelSocialFeeder\SocialFeeder');
AliasLoader::getInstance()->alias('SocialFeeder', 'Despark\LaravelSocialFeeder\SocialFeeder');
}

/**
Expand Down
14 changes: 0 additions & 14 deletions src/Despark/config.php

This file was deleted.

File renamed without changes.

0 comments on commit 4b84f41

Please sign in to comment.