Skip to content

Commit ec81e0d

Browse files
committed
wip
1 parent 6d45037 commit ec81e0d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

upgrade.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
## Medium Impact Changes
1515

1616
<div class="content-list" markdown="1">
17-
- [Authentication `RegisterController`](#the-register-controller)
1817
- [Carbon 1.x No Longer Supported](#carbon-support)
1918
- [Redis Default Client](#redis-default-client)
2019
- [Database `Capsule::table` Method](#capsule-table)
@@ -57,13 +56,6 @@ Next, examine any 3rd party packages consumed by your application and verify you
5756

5857
Authorization policies attached to controllers using the `authorizeResource` method should now define a `viewAny` method, which will be called when a user accesses the controller's `index` method. Otherwise, calls to the `index` method of the controller will be rejected as unauthorized.
5958

60-
<a name="the-register-controller"></a>
61-
#### The `RegisterController` Controller
62-
63-
**Likelihood Of Impact: Medium**
64-
65-
If you are overriding the `register` or `registered` methods of Laravel's built-in `RegisterController`, you should ensure that you are calling `parent::register` and `parent::registered` from within your respective methods. The dispatching of the `Illuminate\Auth\Events\Registered` event and the logging in of the newly registered user has been moved to the `registered` method, so if you are overriding this method and not calling the parent method, the user registration process will fail.
66-
6759
#### Authorization Responses
6860

6961
**Likelihood Of Impact: Low**

0 commit comments

Comments
 (0)