PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
theme
/
src
/
Events
<?php namespace Botble\Theme\Events; use Botble\Base\Events\Event; use Illuminate\Queue\SerializesModels; class ThemeRemoveEvent extends Event { use SerializesModels; /** * @var string */ public $theme; /** * ThemeRemoveEvent constructor. * @param string */ public function __construct($theme) { $this->theme = $theme; } }
[+]
..
[-] RenderingSingleEvent.php
[edit]
[-] ThemeRemoveEvent.php
[edit]
[-] ThemeRoutingAfterEvent.php
[edit]
[-] ThemeRoutingBeforeEvent.php
[edit]
[-] RenderingSiteMapEvent.php
[edit]
[-] RenderingHomePageEvent.php
[edit]