Look at the usage $this ['event']-> fire () in laravel. What is the use of $this?

as the title
is also used elsewhere in the file directory laravel56vendorlaravelframeworksrcIlluminateFoundationApplication.php

Mar.24,2021

$this- > event- > fire () is the same


The

Application class implements that ArrayAccess, can access properties as if it were an array

clipboard.png

clipboard.png

Menu