Showing 636 of 636 total issues
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class CreateWebinarAuthorsTable extends Migration
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('webinar_user');
- Exclude checks
Call to method text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('agenda')->nullable();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Reference to constant ADMIN
from undeclared class \EscolaLms\Core\Enums\UserRole
Open
Open
$admin = Role::findOrCreate(UserRole::ADMIN, 'api');
- Exclude checks
Class extends undeclared class \BenSampo\Enum\Enum
Open
Open
class WebinarTermReminderStatusEnum extends Enum
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider->app
Open
Open
$this->app->register(EventServiceProvider::class);
- Exclude checks
Static call to undeclared method \EscolaLms\Webinar\Enum\WebinarStatusEnum::getValues
Open
Open
'status' => ['string', Rule::in(WebinarStatusEnum::getValues())],
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerInterestResource->resource
Open
Open
'updated_at' => $this->resource->updated_at,
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open
Open
'trainers' => TrainerResource::collection($this->resource->trainers),
- Exclude checks
Static call to undeclared method \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource::apply
Open
Open
return self::apply($fields, $this);
- Exclude checks
Call to undeclared method \EscolaLms\Webinar\Models\Webinar::morphMany
Open
Open
return $this->morphMany(Tag::class, 'morphable');
- Exclude checks
Call to method url
from undeclared class \Illuminate\Support\Facades\Storage
Open
Open
$imagePath = Storage::url($path);
- Exclude checks
Call to undeclared function \url()
Open
Open
url($logotype);
- Exclude checks
Call to method integer
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->integer('base_price')->nullable();
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('author_id');
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('image_path')->nullable();
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks