remove codeigniter
This commit is contained in:
@@ -9,7 +9,7 @@ class FamilyStudent extends BaseModel
|
||||
{
|
||||
protected $table = 'family_students';
|
||||
|
||||
// CI model didn't specify timestamps
|
||||
// legacy model didn't specify timestamps
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
@@ -37,7 +37,7 @@ class FamilyStudent extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Laravel equivalent of CI getFamiliesForStudent().
|
||||
* Laravel equivalent of legacy getFamiliesForStudent().
|
||||
* Returns array rows: families.* + is_primary_home
|
||||
*/
|
||||
public static function getFamiliesForStudent(int $studentId): array
|
||||
|
||||
Reference in New Issue
Block a user