Skip to content

Commit

Permalink
Add notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 2, 2015
1 parent a712bfc commit 29f1993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"laravel/framework": "5.1.*",
"predis/predis": "~1.0",
"eveseat/api": "1.*",
"eveseat/eveapi": "1.*",
"eveseat/console": "1.*",
"eveseat/eveapi": "1.*",
"eveseat/notifications": "1.*",
"eveseat/services": "1.*",
"eveseat/web": "1.*"
},
Expand Down
1 change: 1 addition & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
Seat\Api\ApiServiceProvider::class,
Seat\Console\ConsoleServiceProvider::class,
Seat\Eveapi\EveapiServiceProvider::class,
Seat\Notifications\NotificationsServiceProvider::class,
Seat\Services\ServicesServiceProvider::class,
Seat\Web\WebServiceProvider::class,

Expand Down

0 comments on commit 29f1993

Please sign in to comment.