Skip to content

Instantly share code, notes, and snippets.

<?php
class BusinessLogicService
{
/**
* @var Repository
*/
protected $repository;
public function __construct(Repository $repository) {