remove codeigniter
This commit is contained in:
@@ -8,7 +8,7 @@ class FinalScore extends BaseModel
|
||||
{
|
||||
protected $table = 'final_score';
|
||||
|
||||
// CI model didn't specify timestamps behavior; table includes created_at/updated_at.
|
||||
// legacy model didn't specify timestamps behavior; table includes created_at/updated_at.
|
||||
// If you want Laravel to auto-manage them, keep true (recommended).
|
||||
public $timestamps = true;
|
||||
|
||||
@@ -51,7 +51,7 @@ class FinalScore extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Equivalent of CI getFinalExamScore()
|
||||
* Equivalent of legacy getFinalExamScore()
|
||||
*/
|
||||
public static function getFinalExamScore(int $studentId, string $semester, string $schoolYear)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user