/
home
/
maktab
/
server
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Events
/
File Upload :
llllll
Current File: //home/maktab/server/vendor/laravel/framework/src/Illuminate/Foundation/Events/LocaleUpdated.php
<?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; } }
Copyright ©2k19 -
Hexid
|
Tex7ure