X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/packages/theme/src/Events
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
packages
/
theme
/
src
/
Events
/
📁
..
📄
RenderingHomePageEvent.php
(181 B)
📄
RenderingSingleEvent.php
(429 B)
📄
RenderingSiteMapEvent.php
(181 B)
📄
ThemeRemoveEvent.php
(389 B)
📄
ThemeRoutingAfterEvent.php
(444 B)
📄
ThemeRoutingBeforeEvent.php
(445 B)
Editing: ThemeRoutingBeforeEvent.php
<?php namespace Botble\Theme\Events; use Botble\Base\Events\Event; use Illuminate\Contracts\Foundation\Application; use Illuminate\Queue\SerializesModels; class ThemeRoutingBeforeEvent extends Event { use SerializesModels; /** * @var Application|mixed */ public $router; /** * ThemeRoutingBeforeEvent constructor. */ public function __construct() { $this->router = app('router'); } }
Upload File
Create Folder