PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
saloonphp
/
saloon
/
src
/
Traits
/
Editing: Bootable.php
<?php declare(strict_types=1); namespace Saloon\Traits; use Saloon\Http\PendingRequest; trait Bootable { /** * Handle the boot lifecycle hook */ public function boot(PendingRequest $pendingRequest): void { // } }
SAVE
CANCEL