HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/cwd/vendor/_laravel_idea/
Upload File :
Current File : //proc/self/cwd/vendor/_laravel_idea/_ide_helper_models_8b4bf0205c482d59ba2c0a7e5a681777.php
<?php //e2a865fcb1f77c778cb547325c1e953f
/** @noinspection all */

namespace GeneaLabs\LaravelSocialiter {

    use App\Models\User;
    use Illuminate\Database\Eloquent\Model;
    use Illuminate\Database\Eloquent\Relations\BelongsTo;
    use Illuminate\Support\Carbon;
    use LaravelIdea\Helper\App\Models\_IH_User_QB;
    use LaravelIdea\Helper\GeneaLabs\LaravelSocialiter\_IH_SocialCredentials_C;
    use LaravelIdea\Helper\GeneaLabs\LaravelSocialiter\_IH_SocialCredentials_QB;

    /**
     * @property int $id
     * @property int $user_id
     * @property Carbon|null $created_at
     * @property Carbon|null $updated_at
     * @property string|null $access_token
     * @property string|null $avatar
     * @property string|null $email
     * @property string|null $expires_at
     * @property string|null $name
     * @property string|null $nickname
     * @property string|null $provider_id
     * @property string|null $provider_name
     * @property string|null $refresh_token
     * @property User $user
     * @method BelongsTo|_IH_User_QB user()
     * @method static _IH_SocialCredentials_QB onWriteConnection()
     * @method _IH_SocialCredentials_QB newQuery()
     * @method static _IH_SocialCredentials_QB on(null|string $connection = null)
     * @method static _IH_SocialCredentials_QB query()
     * @method static _IH_SocialCredentials_QB with(array|string $relations)
     * @method _IH_SocialCredentials_QB newModelQuery()
     * @method false|int increment(string $column, float|int $amount = 1, array $extra = [])
     * @method false|int decrement(string $column, float|int $amount = 1, array $extra = [])
     * @method static _IH_SocialCredentials_C|SocialCredentials[] all()
     * @mixin _IH_SocialCredentials_QB
     */
    class SocialCredentials extends Model {}
}