<?php namespace Spatie\Ignition\ErrorPage; class Renderer { /** * @param array<string, mixed> $data * * @return void */ public function render(array $data): void { $viewFile = __DIR__ . '/../../resources/views/errorPage.php'; extract($data, EXTR_OVERWRITE); include $viewFile; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ErrorPageViewModel.php | File | 3.5 KB | 0644 |
|
Renderer.php | File | 365 B | 0644 |
|