diff --git a/app/Services/DrawService.php b/app/Services/DrawService.php index f604d39..07ef782 100644 --- a/app/Services/DrawService.php +++ b/app/Services/DrawService.php @@ -5,6 +5,8 @@ namespace App\Services; use App\Models\Audition; use Illuminate\Support\Facades\DB; +// TODO: Consider for removal +/* @codeCoverageIgnore */ class DrawService { /**