File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function slack(...$args)
4545 {
4646 $ instance = new LaravelDeveloper ;
4747
48- collect ($ args )->each (function ($ item ) use ($ instance ) {
48+ collect ($ args )->each (function ($ item ) use ($ instance ) {
4949 if (is_string ($ item )) {
5050 $ instance ::messageToDevSlack ($ item );
5151 }
Original file line number Diff line number Diff line change 33namespace Binarcode \LaravelDeveloper \Tests \Helpers ;
44
55use Binarcode \LaravelDeveloper \LaravelDeveloper ;
6- use Binarcode \LaravelDeveloper \Models \ExceptionLog ;
76use Binarcode \LaravelDeveloper \Notifications \DevNotification ;
8- use Binarcode \LaravelDeveloper \Tests \Mock \PayloadMock ;
97use Binarcode \LaravelDeveloper \Tests \TestCase ;
108use Exception ;
119use Illuminate \Notifications \AnonymousNotifiable ;
@@ -37,5 +35,4 @@ public function test_slack_helper_can_send_throwable_to_slack()
3735
3836 Notification::assertSentTo (new AnonymousNotifiable , DevNotification::class);
3937 }
40-
4138}
You can’t perform that action at this time.
0 commit comments