PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Events
<?php namespace Illuminate\Foundation\Events; class LocaleUpdated { /** * The new locale. * * @var string */ public $locale; /** * Create a new event instance. * * @param string $locale * @return void */ public function __construct($locale) { $this->locale = $locale; } }
[+]
..
[-] Dispatchable.php
[edit]
[-] DiscoverEvents.php
[edit]
[-] LocaleUpdated.php
[edit]
[-] VendorTagPublished.php
[edit]