App\Http\Controllers\ClientApiController::__construct PHP Method

__construct() public method

public __construct ( ClientRepository $clientRepo )
$clientRepo App\Ninja\Repositories\ClientRepository
    public function __construct(ClientRepository $clientRepo)
    {
        parent::__construct();
        $this->clientRepo = $clientRepo;
    }