404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.222.182.52: ~ $
<?php

namespace Laravel\Sanctum;

use Laravel\Sanctum\Contracts\HasAbilities;

class TransientToken implements HasAbilities
{
    /**
     * Determine if the token has a given ability.
     *
     * @param  string  $ability
     * @return bool
     */
    public function can($ability)
    {
        return true;
    }

    /**
     * Determine if the token is missing a given ability.
     *
     * @param  string  $ability
     * @return bool
     */
    public function cant($ability)
    {
        return false;
    }
}

Filemanager

Name Type Size Permission Actions
Console Folder 0755
Contracts Folder 0755
Events Folder 0755
Exceptions Folder 0755
Http Folder 0755
Guard.php File 5.32 KB 0644
HasApiTokens.php File 2.04 KB 0644
NewAccessToken.php File 1.33 KB 0644
PersonalAccessToken.php File 2.1 KB 0644
Sanctum.php File 3.75 KB 0644
SanctumServiceProvider.php File 3.68 KB 0644
TransientToken.php File 555 B 0644