auditionadmin/app/Services/TabulationService.php

15 lines
169 B
PHP

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