Skip to content

Commit 2fa7541

Browse files
committed
updates
1 parent b22dec6 commit 2fa7541

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 = "student_view";
8+
protected $table = "aluno_view";
99
}

0 commit comments

Comments
 (0)