Skip to content

Commit

Permalink
'readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbule committed Mar 20, 2024
1 parent ec972d8 commit fc67595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class UuidPreprocess implements Ipreprocess {
public function boot(Request $request)
{
$this->app->singleton('leftLike', LeftLike::class);
$this->app->singleton('leftLike', LeftLikeFilter::class);
}
}
Expand All @@ -215,7 +215,7 @@ namespace App\Preprocess;
use Huangbule\LaravelEloquentFilter\Contracts\Ifilter;
class UuidPreprocess implements Ifilter {
class LeftLikeFilter implements Ifilter {
public function handle($qr, $column, $param) {
//@todo 业务逻辑
Expand Down

0 comments on commit fc67595

Please sign in to comment.