remove codeigniter
This commit is contained in:
@@ -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>>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user