auditionadmin/app/Services/DoublerService.php

15 lines
166 B
PHP

<?php
namespace App\Services;
class DoublerService
{
/**
* Create a new class instance.
*/
public function __construct()
{
//
}
}