We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22dec6 commit 2fa7541Copy full SHA for 2fa7541
app/StudentView.php
@@ -5,5 +5,5 @@
5
use Illuminate\Database\Eloquent\Model;
6
7
class StudentView extends Model{
8
- protected $table = "student_view";
+ protected $table = "aluno_view";
9
}
0 commit comments