Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maknz committed Feb 22, 2015
1 parent eca38fa commit b9e6938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions src/SlackServiceProviderLaravel4.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ public function register()
new Guzzle
);
});
$this->app->bind(
'Maknz\Slack\Client',
'maknz.slack'
);

$this->app->bind('Maknz\Slack\Client', 'maknz.slack');
}

}
5 changes: 1 addition & 4 deletions src/SlackServiceProviderLaravel5.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ public function register()
);
});

$this->app->bind(
'Maknz\Slack\Client',
'maknz.slack'
);
$this->app->bind('Maknz\Slack\Client', 'maknz.slack');
}

}

0 comments on commit b9e6938

Please sign in to comment.