Closed bramdevries closed 10 years ago
This makes the package much more flexible and allows dependency injection. eg:
protected $analytics; public function __construct(\Thujohn\Analytics\Analytics $analytics) { $this->analytics = $analytics; }
The facade still behaves like before.
This makes the package much more flexible and allows dependency injection. eg:
The facade still behaves like before.