remove codeigniter
This commit is contained in:
@@ -12,7 +12,7 @@ use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Administrative competition-winner workflows (ported from CodeIgniter {@see \App\Controllers\Admin\CompetitionWinnersController}).
|
||||
* Administrative competition-winner workflows (ported from legacy {@see \App\Controllers\Admin\CompetitionWinnersController}).
|
||||
*/
|
||||
class CompetitionWinnersAdminService
|
||||
{
|
||||
@@ -627,7 +627,7 @@ class CompetitionWinnersAdminService
|
||||
}
|
||||
|
||||
/**
|
||||
* Export competition scores into quiz rows (SQL preserved from CodeIgniter).
|
||||
* Export competition scores into quiz rows (SQL preserved from legacy).
|
||||
*
|
||||
* @return array{ok: bool, message: string, quizIndexes?: array<int,int>}
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Services\Admin\CompetitionWinners;
|
||||
|
||||
/** Pure domain logic ported from CodeIgniter `Admin\CompetitionWinnersController` (private helpers). */
|
||||
/** Pure domain logic ported from legacy `Admin\CompetitionWinnersController` (private helpers). */
|
||||
final class CompetitionWinnersDomain
|
||||
{
|
||||
/** @var array<int, array{min:int, max:?int, winners:int}> */
|
||||
|
||||
Reference in New Issue
Block a user