Commit bf86857
committed
Merge origin/main into feature/scope-attributes
Resolves conflicts in Pivot and MorphPivot by combining:
- HasGlobalScopes trait from this PR
- HasAttributes, HasCallbacks, HasObservers traits from main
- delete() method with StoppableEventInterface pattern from main
Fixes test class name collision in HasObserversTest.File tree
169 files changed
+2493
-383
lines changed- src
- api-client/src
- auth/src
- Access
- Middleware
- broadcasting/src
- Broadcasters
- bus/src
- cache/src
- Console
- config/src
- console
- src
- Commands
- Scheduling
- container/src
- core/src/Database/Eloquent
- Attributes
- Concerns
- Factories
- Relations
- Concerns
- devtool/src/Generator
- encryption/src
- event
- illuminate
- src
- filesystem/src
- foundation/src
- Bootstrap
- Concerns
- Console
- Commands
- Exceptions
- Http
- Traits
- Providers
- Testing
- hashing/src
- horizon/src
- Console
- Contracts
- Events
- Jobs
- Repositories
- http-client/src
- http/src
- log/src
- mail/src
- Transport
- nested-set/src/Eloquent
- notifications/src
- Messages
- object-pool/src/Traits
- permission/src/Traits
- process/src
- prompts/src
- Themes/Default
- queue/src
- Console
- Middleware
- redis/src
- router/src
- sanctum
- src
- Console/Commands
- sentry/src/Features
- session/src/Middleware
- support/src
- Facades
- Testing/Fakes
- Traits
- telescope/src
- Console
- Watchers
- translation/src
- validation/src
- Concerns
- Rules
- tests
- ApiClient
- Core/Database/Eloquent
- Concerns
- Relations
- migrations
- Http
- Redis
- Support
- Validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+2493
-383
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
371 | | - | |
| 370 | + | |
372 | 371 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
| 372 | + | |
377 | 373 | | |
378 | 374 | | |
379 | 375 | | |
| |||
496 | 492 | | |
497 | 493 | | |
498 | 494 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | 495 | | |
504 | 496 | | |
505 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
| 210 | + | |
215 | 211 | | |
216 | 212 | | |
217 | 213 | | |
| |||
387 | 383 | | |
388 | 384 | | |
389 | 385 | | |
390 | | - | |
| 386 | + | |
391 | 387 | | |
392 | 388 | | |
393 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments