Nuevos cambios hechos de diseño
This commit is contained in:
15
desarrollo2/app/Services/Revoke/ProviderRevoke.php
Normal file
15
desarrollo2/app/Services/Revoke/ProviderRevoke.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Revoke;
|
||||
|
||||
interface ProviderRevoke
|
||||
{
|
||||
/**
|
||||
* Apply a given search value to the builder instance.
|
||||
*
|
||||
* @param Builder $builder
|
||||
* @param mixed $value
|
||||
* @return Builder $builder
|
||||
*/
|
||||
public function apply();
|
||||
}
|
||||
Reference in New Issue
Block a user