Skip to content

Commit

Permalink
fix namespace service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Henriquex25 committed Apr 18, 2024
1 parent b13ba2a commit fa6bbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v1.1.4",
"version": "v1.1.5",
"name": "henriquex25/laravel-eloquent-query-cache",
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/EloquentQueryCacheServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Henriquex25\EloquentQueryCache\EloquentQueryCacheServiceProvider;
namespace Henriquex25\EloquentQueryCache;

use Illuminate\Support\ServiceProvider as IlluminateServiceProvider;

Expand Down

0 comments on commit fa6bbb2

Please sign in to comment.