Audition seating page progress. Doubler card working

This commit is contained in:
Matt Young 2024-06-14 21:47:31 -05:00
parent edd792cce0
commit f7ff0bd734
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
namespace App\Services;
class DoublerService
{
/**
* Create a new class instance.
*/
public function __construct()
{
//
}
}