remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
/**
* CodeIgniter {@see \App\Controllers\View\RFIDController} parity (badge scan + log listing).
* legacy {@see \App\Controllers\View\RFIDController} parity (badge scan + log listing).
*/
class BadgeScanService
{
@@ -64,7 +64,7 @@ class BadgeScanService
}
/**
* Scan log listing (legacy CI RFIDController::log() query shape).
* Scan log listing (legacy RFIDController::log() query shape).
*
* @return list<array<string, mixed>>
*/