Skip to content

Commit b22dec6

Browse files
committed
view bug fix
1 parent af1264f commit b22dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/StudentView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
use Illuminate\Database\Eloquent\Model;
66

77
class StudentView extends Model{
8-
protected $table = "aluno_view";
8+
protected $table = "student_view";
99
}

0 commit comments

Comments
 (0)