Showing 1,241 of 1,241 total issues
Call to method create
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::create('consultations_participants', function (Blueprint $table) {
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('consultation_id')->unsigned()->index();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultation_terms', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultation_user', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddProductColumnInConsultationUserTable extends Migration
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultation_user', function (Blueprint $table) {
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('product_id')->unsigned()->nullable();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::create('consultation_teachers', function (Blueprint $table) {
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Reference to constant TUTOR
from undeclared class \EscolaLms\Core\Enums\UserRole
Open
Open
$tutor = User::role(UserRole::TUTOR)->inRandomOrder()->first();
- Exclude checks
Reference to undeclared property \EscolaLms\Consultations\Database\Factories\ConsultationUserTermFactory->faker
Open
Open
'executed_status' => $this->faker->randomElement(ConsultationTermStatusEnum::getValues()),
- Exclude checks
Call to method timestamps
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->timestamps();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('orders', function (Blueprint $table) {
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('executed_status')->nullable();
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class RemoveParticipantTable extends Migration
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::create('consultations_participants', function (Blueprint $table) {
- Exclude checks