Skip to content

Commit

Permalink
remove final keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jan 23, 2025
1 parent c6596c6 commit fb86fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Contracts/Provider/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class Controller extends Service_Provider {
*
* @return void
*/
final public function register() {
public function register() {
/*
* Look up and set the value in the container request cache to allow building the same Controller
* with a **different** container. (e.g. in tests).
Expand Down

0 comments on commit fb86fec

Please sign in to comment.