Skip to content

Commit f12788f

Browse files
authored
Merge pull request #60 from laravel/docs/clarifies-usage-on-repl
[1.x] Clarifies serialization on REPL environments
2 parents 32db0ef + 4b22f4d commit f12788f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ echo $closure(); // james;
5353

5454
1. Creating **anonymous classes** within closures is not supported.
5555
2. Using attributes within closures is not supported.
56+
3. Serializing closures on REPL environments such as Laravel Tinker is not supported.
5657

5758
## Contributing
5859

0 commit comments

Comments
 (0)