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 66f54d4 commit 8ceb382Copy full SHA for 8ceb382
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+5.1.10
2
+
3
+- fixed crash when resolving authenticated user in Laravel (reported by LucaRed, thanks!)
4
5
5.1.9
6
7
- added support for Eloquent strict mode (reported by Sergiobop, thanks!)
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.9';
+ const VERSION = '5.1.10';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments