MorphOne::initRelation()

array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array

Request::user()

mixed user(string|null $guard = null) Get the user making the request. Parameters string|null $guard Return Value mixed

InteractsWithQueue::setJob()

$this setJob(Job $job) Set the base queue job instance. Parameters Job $job Return Value $this

InteractsWithAuthentication::seeIsAuthenticatedAs()

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. Parameters $user string|null $guard Return Value $this

QueueingFactory::unqueue()

unqueue(string $name) Remove a cookie from the queue. Parameters string $name

ConfigClearCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

BroadcastController::middleware()

ControllerMiddlewareOptions middleware(array|string|Closure $middleware, array $options = array()) Register middleware on the controller. Parameters array|string|Closure $middleware array $options Return Value ControllerMiddlewareOptions

Contracts\Config

Illuminate\Contracts\Config Interfaces Repository

MorphPivot::setTable()

$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this

Artisan::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void