Work on deprecating DrawService
This commit is contained in:
parent
74b9d3f141
commit
beae7cae20
|
|
@ -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
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue