Showing 636 of 636 total issues
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn(['short_desc', 'agenda']);
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('webinar_id')->references('id')->on('webinars')->cascadeOnDelete();
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddSenderStatusInWebinar extends Migration
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- 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 limit
from undeclared class \EscolaLms\Core\Models\User
(Did you mean class \EscolaLms\Webinar\Models\User) Open
Open
$users = User::limit(10)->get();
- Exclude checks
Call to undeclared method \EscolaLms\Webinar\Dto\BaseDto::setterByData
Open
Open
$this->setterByData($data);
- Exclude checks
Class extends undeclared class \EscolaLms\Webinar\Events\Webinar
(Did you mean class \EscolaLms\Webinar\Models\Webinar) Open
Open
class WebinarTrainerUnassigned extends Webinar
- Exclude checks
Return type of destroy()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function destroy(int $id, DeleteWebinarRequest $request): JsonResponse;
- Exclude checks
Call to method allows
from undeclared class \Illuminate\Support\Facades\Gate
Open
Open
return Gate::allows('delete', $this->getWebinar());
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerInterestResource->resource
Open
Open
'id' => $this->resource->id,
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open
Open
'updated_at' => $this->resource->updated_at,
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open
Open
'active_to' => Carbon::make($this->resource->active_to),
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open
Open
'image_url' => $this->resource->image_url,
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Database\Factories\WebinarFactory->faker
Open
Open
'description' => $this->faker->sentence,
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('webinar_authors');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddCcolumnsYTForWebinarTable extends Migration
- Exclude checks