File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 44
55use Illuminate \Collections \Arr as BaseArr ;
66
7+ /**
8+ * @deprecated Will be removed in a future Laravel version.
9+ */
710class Arr extends BaseArr
811{
912 //
Original file line number Diff line number Diff line change 44
55use Illuminate \Collections \Collection as BaseCollection ;
66
7+ /**
8+ * @deprecated Will be removed in a future Laravel version.
9+ */
710class Collection extends BaseCollection
811{
912 /**
Original file line number Diff line number Diff line change 44
55use Illuminate \Collections \Enumerable as BaseEnumerable ;
66
7+ /**
8+ * @deprecated Will be removed in a future Laravel version.
9+ */
710interface Enumerable extends BaseEnumerable
811{
912 //
Original file line number Diff line number Diff line change 55use Closure ;
66use Illuminate \Collections \LazyCollection as BaseLazyCollection ;
77
8+ /**
9+ * @deprecated Will be removed in a future Laravel version.
10+ */
811class LazyCollection extends BaseLazyCollection
912{
1013 /**
Original file line number Diff line number Diff line change 44
55use Illuminate \Macroable \Macroable as BaseMacroable ;
66
7+ /**
8+ * @deprecated Will be removed in a future Laravel version.
9+ */
710trait Macroable
811{
912 use BaseMacroable;
You can’t perform that action at this time.
0 commit comments