Commit 0b554b4
authored
Change boot method visibility to public
Changed the visibility of the boot method from protected to public.
Fixing the "Call to protected method App\Providers\AppServiceProvider::boot() from scope Illuminate\Container\BoundMethod" when useing the wrong visibility in v121 parent c9008a0 commit 0b554b4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
872 | | - | |
| 872 | + | |
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| |||
0 commit comments