edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

Fix @@param #67

Closed rickselby closed 7 years ago

Kyslik commented 7 years ago

Tryouts

If anyone wants to use this and this PR is not merged yet use this:

composer.json

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/Kyslik/notification"
  }
],
"require": {
  "edvinaskrucas/notification": "dev-fix-param",
},

if you want all-pr that pass tests use this:

"require": {
  "edvinaskrucas/notification": "dev-all-pr",
},