php - Why isn't Laravel's Response Facade a Facade? -
If you look at Laravel's configuration, you will see that a nickname is set for the symbol response
'aliases' => Normal pattern of using aliens for global access to Array ('Response' => 'Illuminating / Support / Faces \ Response', namespace on the actual class, and larval mask objects; Feedback < / Code> is a mask. However, if you see the real definition of brightening / support / facades \ response code class , code> #File: Vendor / lairweld / framework / src / light / support / mask / copy Simplify the .php namespace \ support \ facades; // ... Class Response {
We can see, again, this class does anyone know That is why? That is, no one does not implement the lights / support / facades < / Code> is present in the name space, but it increases not
brighten / support \ facades \ facade
getFacadeAccessor
method, which means confusingly, it is not actually . There is a compelling structure that is the reason Why this class in the mask name? Space has not been implemented as a real larkal mask?
Comments
Post a Comment