Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Jun 14, 2023
2 parents 9f6f068 + 5f306d4 commit e776d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.github export-ignore
/.run export-ignore
/docs
/docs export-ignore
/php export-ignore
/tests export-ignore
/xdebug export-ignore
Expand All @@ -10,4 +10,4 @@
docker-compose.yml export-ignore
Dockerfile export-ignore
phpunit.xml export-ignore
README.md export-ignore
README.md export-ignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then, publish config file using
php artisan vendor:publish --tag alicia-config
```

In the end, use `AliciaHandler` trait to your model.
In the end, use `AliciaHandler` trait on your model.

```php
use Hans\Alicia\Traits\AliciaHandler;
Expand Down

1 comment on commit e776d9e

@vercel
Copy link

@vercel vercel bot commented on e776d9e Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alicia – ./

docs-alicia.vercel.app
alicia-git-master-hans-thomas.vercel.app
alicia-hans-thomas.vercel.app

Please sign in to comment.