Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
app()->bind(AuctionRepositoryInterface::class, InMemoryAuctionRepository::class); $service = app()->make(SpiderService::class);
$this->app->bind('App\Contracts\EventPusher', 'App\Services\PusherEventPusher');
$this->validate($request, [ 'idauction' => 'integer', 'protokol ' => 'max:255', 'kontrakt' => 'max:255', 'status' => 'integer', 'firm_id' => 'nullable|integer', ]);