Skip to content

Commit

Permalink
updating provider b/c wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
atyagi committed Apr 21, 2014
1 parent 361fd7c commit cfc0ec0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class LaravelAwsSshServiceProvider extends ServiceProvider {
*/
public function boot()
{
$this->package('atyagi/laravel-aws-ssh');
$namespace = 'laravel-aws-ssh';
$path = __DIR__ . '/../../..';
$this->package('atyagi/laravel-aws-ssh', $namespace, $path);
}

/**
Expand Down

0 comments on commit cfc0ec0

Please sign in to comment.