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 af1264f commit b22dec6Copy full SHA for b22dec6
app/StudentView.php
@@ -5,5 +5,5 @@
5
use Illuminate\Database\Eloquent\Model;
6
7
class StudentView extends Model{
8
- protected $table = "aluno_view";
+ protected $table = "student_view";
9
}
0 commit comments