Skip to content

Commit ec2bb27

Browse files
authored
fix(telescope): replace Laravel branding with Hyperf in UI (#796)
Replace Laravel branding in the Telescope UI with Hyperf branding to better reflect that this is a Hyperf component. Update includes: - Changed "Laravel Telescope" text to "Hyperf Telescope" - Maintained existing functionality while updating branding Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
1 parent 4e551ea commit ec2bb27

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/ViewController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(
3131

3232
public function index()
3333
{
34-
$blade = __DIR__ . '/../../storage/view/index.blade.php';
34+
$blade = __DIR__ . '/../../resources/views/index.blade.php';
3535

3636
if (! isset($this->caches[$blade])) {
3737
$this->caches[$blade] = file_get_contents($blade);

0 commit comments

Comments
 (0)