<?php

namespace App\Services;

class NameService
{

    /**
     * constructor method
     *
     * @return void
     */
    public function __construct()
    {
    }
}
