Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lamoud committed Dec 30, 2023
1 parent 62d406c commit a1a1caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ composer require lamoud/laravel-nelc-xapi-integration
* Package Service Providers...
*/
// ...
Lamoud\LaravelNelcXapiIntegration\Controllers\LamoudNelcXapiController::class,
Lamoud\LaravelNelcXapiIntegration\NelcXapiServiceProvider::class,
])->toArray(),
```

3-

```bash
php artisan vendor:publish --provider="Lamoud\LaravelNelcXapiIntegration\Providers\NelcXapiServiceProvider"
php artisan vendor:publish --provider="Lamoud\LaravelNelcXapiIntegration\NelcXapiServiceProvider"
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Lamoud\LaravelNelcXapiIntegration\Providers;
namespace Lamoud\LaravelNelcXapiIntegration;

use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Blade;
Expand Down

0 comments on commit a1a1caf

Please sign in to comment.