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 942ae50 commit bdf55e4Copy full SHA for bdf55e4
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+5.1.9
2
+
3
+- added support for Eloquent strict mode (reported by Sergiobop, thanks!)
4
5
5.1.8
6
7
- updated list of built-in Laravel commands to ignore when collecting commands and included Horizon commands
Clockwork/Clockwork.php
@@ -15,7 +15,7 @@
15
class Clockwork
16
{
17
// Clockwork library version
18
- const VERSION = '5.1.8';
+ const VERSION = '5.1.9';
19
20
// Array of data sources, these objects collect metadata for the current application run
21
protected $dataSources = [];
0 commit comments