Primo Committ
This commit is contained in:
14
vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifierInterface.php
vendored
Executable file
14
vendor/laravel/framework/src/Illuminate/Validation/DatabasePresenceVerifierInterface.php
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Validation;
|
||||
|
||||
interface DatabasePresenceVerifierInterface extends PresenceVerifierInterface
|
||||
{
|
||||
/**
|
||||
* Set the connection to be used.
|
||||
*
|
||||
* @param string $connection
|
||||
* @return void
|
||||
*/
|
||||
public function setConnection($connection);
|
||||
}
|
||||
Reference in New Issue
Block a user