Skip to content

Commit f933080

Browse files
committed
Update Readme
1 parent 2c56df2 commit f933080

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test
22
on:
33
push:
44
branches: [master]
5+
paths-ignore: ['**/*.md']
56
pull_request:
67
branches: [master]
8+
paths-ignore: ['**/*.md']
79
jobs:
810
run:
911
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Example:
324324
```php
325325
class Article extends Model
326326
{
327-
// if you want to use default trait method, you need to redeclair it with new name
327+
// if you want to use default trait method, you need to redeclare it with a new name
328328
use HasHistories {
329329
getModelMeta as protected traitGetModelMeta;
330330
};

0 commit comments

Comments
 (0)