Showing 1,241 of 1,241 total issues
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('user_id')->references('id')->on('users')->onDelete('SET NULL');
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('orders', function (Blueprint $table) {
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('duration');
- Exclude checks
Call to method create
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::create('consultation_terms', function (Blueprint $table) {
- Exclude checks
Call to method role
from undeclared class \EscolaLms\Auth\Models\User
(Did you mean class \EscolaLms\Consultations\Models\User) Open
Open
$tutor = User::role(UserRole::TUTOR)->inRandomOrder()->first();
- Exclude checks
Class extends undeclared class \Illuminate\Database\Eloquent\Factories\Factory
Open
Open
class ConsultationProposedTermFactory extends Factory
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('author_id')->unsigned()->nullable();
- Exclude checks
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 text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('calendar_url')->nullable();
- Exclude checks
Call to method hasColumns
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
!Schema::hasColumns('orders', ['executed_at', 'executed_status'])
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddPivotTableForOrderItemsAndUser extends Migration
- Exclude checks
Call to method hasTable
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::hasTable('orders') &&
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('user_id')->unsigned();
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('user_id')->on('users')->references('id');
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultations_participants');
- 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
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('description');
- Exclude checks
Call to method text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('calendar_url')->nullable();
- Exclude checks