Skip to content

Commit

Permalink
chore: change user interaction namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Sep 28, 2024
1 parent 6c3558e commit e780c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/HasLike.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Trait HasLike
* use this trait in your model to enable liking functionality
* use this trait in your model(post, article,...) to enable liking functionality
*
* @package CSlant\LaravelLike
* @mixin Model
Expand Down
2 changes: 1 addition & 1 deletion src/HasLove.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* Trait HasLove
* use this trait in your model to enable liking functionality
* use this trait in your model(post,article,...) to enable liking functionality
*
* @package CSlant\LaravelLike
* @mixin Model
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace CSlant\LaravelLike\Traits;
namespace CSlant\LaravelLike;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
Expand Down

0 comments on commit e780c1e

Please sign in to comment.