Request::flashOnly PHP Méthode

flashOnly() public static méthode

Flash only some of the input to the session.
public static flashOnly ( array | mixed $keys ) : void
$keys array | mixed
Résultat void
        public static function flashOnly($keys)
        {
            \Illuminate\Http\Request::flashOnly($keys);
        }