PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
packages
/
theme
/
src
/
Events
<?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'); } }
[+]
..
[-] RenderingSingleEvent.php
[edit]
[-] ThemeRemoveEvent.php
[edit]
[-] ThemeRoutingAfterEvent.php
[edit]
[-] ThemeRoutingBeforeEvent.php
[edit]
[-] RenderingSiteMapEvent.php
[edit]
[-] RenderingHomePageEvent.php
[edit]