Skip to content

Commit 40a76cd

Browse files
committed
Merge branch 'master' of github.com:BinarCode/laravel-developer
2 parents a6f3add + 0e40ccd commit 40a76cd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/LaravelDeveloper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ public static function notifyUsing(?callable $notificator)
8383

8484
public static function log()
8585
{
86-
8786
}
8887
}

src/Models/ExceptionLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function makeFromDevLog(DevLog $log): self
5656
{
5757
return new static([
5858
'name' => $log->name,
59-
'payload' => $log->payload
59+
'payload' => $log->payload,
6060
]);
6161
}
6262

src/Notifications/DevLog.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ public function __destruct()
4444
{
4545
ExceptionLog::makeFromDevLog($this)->save();
4646
}
47-
4847
}

0 commit comments

Comments
 (0)