Skip to content

Commit

Permalink
Fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Nov 16, 2021
1 parent ebcba33 commit 0c4a75b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed --->

## 0.9.5 - 2021-11-16
### Fixed
- Missing command from service provider

## 0.9.4 - 2021-11-15
### Added
- Ability to add notes to leads, deals & contacts
Expand Down
2 changes: 1 addition & 1 deletion config/package.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
|
*/

'version' => '0.9.4',
'version' => '0.9.5',

];
2 changes: 2 additions & 0 deletions src/LaravelCrmServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use VentureDrake\LaravelCrm\Console\LaravelCrmAddressTypes;
use VentureDrake\LaravelCrm\Console\LaravelCrmInstall;
use VentureDrake\LaravelCrm\Console\LaravelCrmLabels;
use VentureDrake\LaravelCrm\Console\LaravelCrmOrganisationTypes;
use VentureDrake\LaravelCrm\Console\LaravelCrmPermissions;
use VentureDrake\LaravelCrm\Http\Livewire\LiveAddressEdit;
use VentureDrake\LaravelCrm\Http\Livewire\LiveEmailEdit;
Expand Down Expand Up @@ -218,6 +219,7 @@ function ($perPage = 30, $page = null, $options = []) {
LaravelCrmPermissions::class,
LaravelCrmLabels::class,
LaravelCrmAddressTypes::class,
LaravelCrmOrganisationTypes::class,
]);

// Register the model factories
Expand Down

0 comments on commit 0c4a75b

Please # to comment.