/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
spatie
/
ignition
/
tests
/
stubs
/
apps
/
Upload File
HOME
<?php use Spatie\Ignition\Ignition; use Spatie\Ignition\Tests\TestClasses\Models\Car; include('../../../vendor/autoload.php'); Ignition::make()->register(); (new Car('my-brand', 'my-color'))->brandd; throw new Exception();