Skip to content

Commit b9e6938

Browse files
committed
Fix indentation
1 parent eca38fa commit b9e6938

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/SlackServiceProviderLaravel4.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ public function register()
4545
new Guzzle
4646
);
4747
});
48-
$this->app->bind(
49-
'Maknz\Slack\Client',
50-
'maknz.slack'
51-
);
48+
49+
$this->app->bind('Maknz\Slack\Client', 'maknz.slack');
5250
}
5351

5452
}

src/SlackServiceProviderLaravel5.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ public function register()
4242
);
4343
});
4444

45-
$this->app->bind(
46-
'Maknz\Slack\Client',
47-
'maknz.slack'
48-
);
45+
$this->app->bind('Maknz\Slack\Client', 'maknz.slack');
4946
}
5047

5148
}

0 commit comments

Comments
 (0)