EscolaLMS/Consultations

View on GitHub

Showing 1,011 of 1,011 total issues

Reference to undeclared property \EscolaLms\Consultations\Database\Factories\ConsultationProposedTermFactory->faker
Open

            'proposed_at' => $this->faker->dateTimeBetween($consultation->active_from, $consultation->active_to),

Call to method dateTime from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->dateTime('finished_at')->nullable();

Call to method id from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->id();

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('status')->default(null)->nullable();

Call to method foreign from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->foreign('user_id')->references('id')->on('users')->onDelete('SET NULL');

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultations', function (Blueprint $table) {

Call to method dateTime from undeclared class \Illuminate\Database\Schema\Blueprint
Open

                $table->dateTime('executed_at')->nullable();

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultations', function (Blueprint $table) {

Call to method create from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::create('consultation_terms', function (Blueprint $table) {

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('status')->default(null)->nullable();

Call to method foreign from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->foreign('consultation_id')->on('consultations')->references('id')->nullOnDelete();

Call to method timestamps from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->timestamps();

Call to method dropColumn from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->dropColumn('reminder_status');

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

            Schema::table('consultation_user', function (Blueprint $table) {

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultation_user', function (Blueprint $table) {

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultation_user', function (Blueprint $table) {

Call to method bigInteger from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->bigInteger('product_id')->unsigned()->nullable();

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::table('consultations', function (Blueprint $table) {

Call to method create from undeclared class \Illuminate\Support\Facades\Schema
Open

        Schema::create('consultation_teachers', function (Blueprint $table) {

Call to method findOrCreate from undeclared class \Spatie\Permission\Models\Role
Open

        $tutor = Role::findOrCreate(UserRole::TUTOR, 'api');
Severity
Category
Status
Source
Language