Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Database
/
Query
/
Processors
:
WithConsoleEvents.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Illuminate\Foundation\Testing; use Illuminate\Contracts\Console\Kernel as ConsoleKernel; trait WithConsoleEvents { /** * Register console events. * * @return void */ protected function setUpWithConsoleEvents() { $this->app[ConsoleKernel::class]->rerouteSymfonyCommandEvents(); } }