Laravel this is not only a practical framework, it is also a programming style
Inside a class I wish to inject an Interface and have the IOC resolve it.
public function handle(\some\interface $foo){ $foo->bar(); }
The above does not work.
Aucun commentaire:
Enregistrer un commentaire