<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<?php

namespace Illuminate\Support\Facades;

interface Auth
{
    /**
     * @return \App\Models\Admin|false
     */
    public static function loginUsingId(mixed $id, bool $remember = false);

    /**
     * @return \App\Models\Admin|false
     */
    public static function onceUsingId(mixed $id);

    /**
     * @return \App\Models\Admin|null
     */
    public static function getUser();

    /**
     * @return \App\Models\Admin
     */
    public static function