Showing 636 of 636 total issues
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class CreateWebinarsTable extends Migration
- Exclude checks
Call to method create
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::create('webinars', function (Blueprint $table) {
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('webinars');
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('author_id')->references('id')->on('users')->cascadeOnDelete();
- 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
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
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('image_path');
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');
- Exclude checks
Call to method dropForeign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropForeign('webinar_authors_author_id_foreign');
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('reminder_status', 30)->nullable();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddLogotypeColumnInWebinarsTable extends Migration
- Exclude checks
Call to method sync
from undeclared class \Illuminate\Database\Eloquent\Relations\BelongsToMany
Open
Open
$webinar->users()->sync($users->pluck('id')->toArray());
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
protected string $name;
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider->app
Open
Open
if ($this->app->runningInConsole()) {
- Exclude checks
Class uses undeclared trait \EscolaLms\Auth\Traits\ResourceExtandable
Open
Open
class WebinarSimpleResource extends JsonResource
- Exclude checks
Call to method make
from undeclared class \Carbon\Carbon
Open
Open
'active_to' => Carbon::make($this->resource->active_to),
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Models\Webinar->attributes
Open
Open
$logotype = Storage::url(trim($this->attributes['logotype_path'], '/'));
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddImagePathColumnToWebinarsTable extends Migration
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('yt_id', 30)->nullable();
- Exclude checks