action
<?php use App\Http\Controllers\HomeController; $url = action([HomeController::class, 'index']);
<?php $telescopeEntryId = (string) $telescopeEntry->uuid; return url(action([HomeController::class, 'index'])."/exceptions/{$telescopeEntryId}"); } catch (Exception $exception) { return null; }
<?php { try { return action('\Facade\Ignition\Http\Controllers\ShareReportController'); } catch (Exception $exception) { return ''; }
<?php protected function executeEndpoint(): string { try { return action('\Facade\Ignition\Http\Controllers\ExecuteSolutionController'); } catch (Throwable $exception) { return ''; }