Skip to content

Commit c9c63d3

Browse files
authored
Merge pull request #20 from Fakirim/patch-2
Update README.md
2 parents eb69b3d + ec2d00f commit c9c63d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use Givebutter\LaravelCustomFields\Traits\HasCusomFields;
4141

4242
class Survey extends Model
4343
{
44-
use HasCusomFields;
44+
use HasCustomFields;
4545

4646
// ...
4747
}
@@ -57,7 +57,7 @@ use Givebutter\LaravelCustomFields\Traits\HasCusomFieldResponses;
5757

5858
class SurveyResponse extends Model
5959
{
60-
use HasCusomFieldResponses;
60+
use HasCustomFieldResponses;
6161

6262
// ...
6363
}
@@ -281,4 +281,4 @@ php artisan vendor:publish --provider="Givebutter\LaravelCustomFields\LaravelCus
281281
The configuration file should now be published in `config/custom-fields.php`. The available options and their usage are explained inside the published file.
282282

283283
## License
284-
Released under the [MIT](https://choosealicense.com/licenses/mit/) license. See [LICENSE](LICENSE.md) for more information.
284+
Released under the [MIT](https://choosealicense.com/licenses/mit/) license. See [LICENSE](LICENSE.md) for more information.

0 commit comments

Comments
 (0)