Skip to content

Commit

Permalink
Merge pull request #1684 from bakaphp/remove-caching-inv
Browse files Browse the repository at this point in the history
temporal remove cachable
  • Loading branch information
arfenis authored Jul 16, 2024
2 parents 7e6d164 + aeb4cae commit fe1dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Inventory/Models/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BaseModel extends EloquentModel
use KanvasScopesTrait;
use HasCustomFields;
use HasFilesystemTrait;
use Cachable;
// use Cachable;
use SoftDeletesTrait;

protected $attributes = [
Expand Down

0 comments on commit fe1dd29

Please sign in to comment.