🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:BackgroundConnector.php
<?php namespace Illuminate\Queue\Connectors; use Illuminate\Queue\BackgroundQueue; class BackgroundConnector implements ConnectorInterface { /** * Establish a queue connection. * * @return \Illuminate\Contracts\Queue\Queue */ public function connect(array $config) { return new BackgroundQueue($config['after_commit'] ?? null); } }
Save Changes
Cancel
Create New File
Create New Folder