We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56df2 commit f933080Copy full SHA for f933080
.github/workflows/laravel.yml
@@ -2,8 +2,10 @@ name: Test
2
on:
3
push:
4
branches: [master]
5
+ paths-ignore: ['**/*.md']
6
pull_request:
7
8
9
jobs:
10
run:
11
runs-on: ubuntu-latest
README.md
@@ -324,7 +324,7 @@ Example:
324
```php
325
class Article extends Model
326
{
327
- // 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
328
use HasHistories {
329
getModelMeta as protected traitGetModelMeta;
330
};
0 commit comments