/
home
/
old_henza
/
server
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Validation
/
Rules
/
File Upload :
llllll
Current File: /home/old_henza/server/vendor/laravel/framework/src/Illuminate/Validation/Rules/Exists.php
<?php namespace Illuminate\Validation\Rules; use Illuminate\Support\Traits\Conditionable; class Exists { use Conditionable, 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 ©2k19 -
Hexid
|
Tex7ure