-
-
Save 0xrin1/e943ad6dd8aa3c0f39a968869a5505c0 to your computer and use it in GitHub Desktop.
notsosmortin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use \Blah\Blah; | |
class SomeController { | |
public function __construct(Blah $blah) | |
{ | |
// here $blah is basically coming through as if $blah = new Blah(), right? | |
// how the fuck is that done? | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment