PHP Class App\Http\Controllers\ClientWebController

Inheritance: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
Afficher le fichier Open project: lavalite/cms

Protected Properties

Свойство Type Description
$guard string The authentication guard that should be used.
$home string The home page route of client.

Méthodes publiques

Méthode Description
__construct ( )

Method Details

__construct() public méthode

public __construct ( )

Property Details

$guard protected_oe property

The authentication guard that should be used.
protected string $guard
Résultat string

$home protected_oe property

The home page route of client.
protected string $home
Résultat string