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 bedeb51 commit d528cafCopy full SHA for d528caf
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 0.5.7 - 2021-11-02
6
+
7
+### Added
8
9
+- `Block` is now Macroable
10
11
## 0.5.6 - 2021-11-01
12
13
### Added
src/Block.php
@@ -6,9 +6,12 @@
namespace Torchlight;
use Illuminate\Support\Str;
+use Illuminate\Support\Traits\Macroable;
class Block
{
+ use Macroable;
14
15
/**
16
* @var null|callable
17
*/
0 commit comments