Showing 88 of 88 total issues
Call to undeclared function \config()
Open
Open
foreach (config('settings.serializers') as $serializable) {
- Exclude checks
Call to undeclared function \config()
Open
Open
if (config('settings.exception_if_key_not_found')) {
- Exclude checks
Call to undeclared method \Poisa\Settings\SettingsServiceProvider::loadMigrationsFrom
Open
Open
$this->loadMigrationsFrom($migrationPath);
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('type_alias');
- Exclude checks
Call to method after
from undeclared class \Illuminate\Support\Str
Open
Open
$scalarType = Str::after($className, 'Scalar');
- Exclude checks
Call to undeclared function \event()
Open
Open
event(new SettingCreated($key, $value, $connection));
- Exclude checks
Call to undeclared function \config()
Open
Open
$model->setTable(config('settings.table_name'));
- Exclude checks
Reference to undeclared property \Poisa\Settings\SettingsServiceProvider->app
Open
Open
if ($this->app->runningInConsole()) {
- Exclude checks