Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
laravel
/
horizon
/
src
/
Http
/
Middleware
:
SupervisorFactory.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Laravel\Horizon; class SupervisorFactory { /** * Create a new supervisor instance. * * @param \Laravel\Horizon\SupervisorOptions $options * @return \Laravel\Horizon\Supervisor */ public function make(SupervisorOptions $options) { return new Supervisor($options); } }