Work on deprecating DrawService

This commit is contained in:
Matt Young 2025-07-09 16:14:57 -05:00
parent 74b9d3f141
commit beae7cae20
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ namespace App\Services;
use App\Models\Audition; use App\Models\Audition;
use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\DB;
// TODO: Consider for removal
/* @codeCoverageIgnore */
class DrawService class DrawService
{ {
/** /**