We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc2685 commit a790200Copy full SHA for a790200
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+5.1.11
2
+
3
+- fixed crash when resolving authenticated user in Laravel without using Eloquent (reported by m-thalmann-athesia, thanks!)
4
5
5.1.10
6
7
- fixed crash when resolving authenticated user in Laravel (reported by LucaRed, thanks!)
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.10';
+ const VERSION = '5.1.11';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments