shell bypass 403

UnknownSec Shell


name : AccountRepository.php
<?php

namespace App\Repositories\Contracts;

use Illuminate\Contracts\Auth\Authenticatable;

/**
 * Interface AccountRepository.
 */
interface AccountRepository extends BaseRepository
{
    /**
     * @param  array  $input
     *
     * @return mixed
     */
    public function register(array $input);


    /**
     * @param $provider
     * @param $data
     *
     * @return mixed
     */
    public function findOrCreateSocial($provider, $data);

    /**
     * @param  Authenticatable  $user
     * @param                                            $name
     *
     * @return bool
     */
    public function hasPermission(Authenticatable $user, $name): bool;

    /**
     * @param  array  $input
     *
     * @return mixed
     */
    public function update(array $input);

    /**
     * @return mixed
     */
    public function delete();


    /**
     * @param  Authenticatable  $user
     *
     * @return mixed
     */
    public function redirectAfterLogin(Authenticatable $user);

    public function payPayment(array $input);
}

© 2025 UnknownSec
afwwrfwafr45458465
Password