Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seancheung committed Jun 15, 2022
1 parent 2c56df2 commit f933080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Test
on:
push:
branches: [master]
paths-ignore: ['**/*.md']
pull_request:
branches: [master]
paths-ignore: ['**/*.md']
jobs:
run:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Example:
```php
class Article extends Model
{
// if you want to use default trait method, you need to redeclair it with new name
// if you want to use default trait method, you need to redeclare it with a new name
use HasHistories {
getModelMeta as protected traitGetModelMeta;
};
Expand Down

0 comments on commit f933080

Please sign in to comment.