remove codeigniter
This commit is contained in:
@@ -8,7 +8,7 @@ class GradingLock extends BaseModel
|
||||
{
|
||||
protected $table = 'grading_locks';
|
||||
|
||||
// ✅ CI: useTimestamps = true
|
||||
// ✅ legacy: useTimestamps = true
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
@@ -41,7 +41,7 @@ class GradingLock extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Equivalent of CI getLock()
|
||||
* Equivalent of legacy getLock()
|
||||
*/
|
||||
public static function getLock(int $classSectionId, string $semester, string $schoolYear): ?self
|
||||
{
|
||||
@@ -58,7 +58,7 @@ class GradingLock extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Equivalent of CI isLocked()
|
||||
* Equivalent of legacy isLocked()
|
||||
*/
|
||||
public static function isLocked(int $classSectionId, string $semester, string $schoolYear): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user