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