IMMREX7

aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Validation/Rules/
File Up :
aku nok ndi : /home/spdtg/www/gomygps/vendor/laravel/framework/src/Illuminate/Validation/Rules/Exists.php

<?php

namespace Illuminate\Validation\Rules;

class Exists
{
    use DatabaseRule;

    /**
     * Convert the rule to a validation string.
     *
     * @return string
     */
    public function __toString()
    {
        return rtrim(sprintf('exists:%s,%s,%s',
            $this->table,
            $this->column,
            $this->formatWheres()
        ), ',');
    }
}

Copyright © 2021 - 2025 IMMREX7