Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class SuppliersPresenter extends BasePresenter
- {
- private $suppliers;
- public function __construct(Suppliers $suppliers)
- {
- parent::__construct();
- $this->suppliers = $suppliers;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment