Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit df7a9ea

Browse files
author
Sebastian Hilger
authored
Fix some typos in readme.md
Thanks for the trait - I was about to write it myself, but looked first if there is a package and - voila. I just fixed some things in the Readme: 1. `composer require larapack/attribute-purging 1.*` does not work, but a simple `composer require larapack/attribute-purging` seems to be enough. 2. We should use backslashes in the use statement and there was a "g" missing. Cheers, Sebastian
1 parent b06afad commit df7a9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Allows you to define what attributes in your Eloquent Model which should be not
33

44
## Installing
55

6-
Install using Composer `composer require larapack/attribute-purging 1.*`.
6+
Install using Composer `composer require larapack/attribute-purging`.
77

88
## Usage
99

@@ -13,7 +13,7 @@ First add the trait `Purgeable` to your Eloquent Model.
1313
1414
namespace App;
1515
16-
use Larapack/AttributePurgin/Purgeable;
16+
use Larapack\AttributePurging\Purgeable;
1717
1818
class User
1919
{

0 commit comments

Comments
 (0)