We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1553a commit 01686ebCopy full SHA for 01686eb
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-unreleased
+5.0.8
2
3
- fixed crash when collecting Laravel mailables built via MailMessage (implemented by cbl, thanks!)
4
- fixed crash when collecting artisan command in Lumen (reported by 2Attack, thanks!)
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.0.7';
+ const VERSION = '5.0.8';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments