Skip to content

Commit 14471cc

Browse files
committed
fix namespaces and composer versions
1 parent 5a97ec0 commit 14471cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ composer require webfactor/laravel-backpack-documents
2020
Publish the vendor files
2121

2222
``` bash
23-
$ php artisan vendor:publish --provider="Webfactor\LaravelBackpackDocuments\LaravelBackpackDocumentsServiceProvider"
23+
$ php artisan vendor:publish --provider="Webfactor\Laravel\Backpack\Documents\LaravelBackpackDocumentsServiceProvider"
2424
```
2525

2626
Run the migration

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"backpack/crud": "^3.3.0",
2323
"spatie/laravel-fractal": "^5.2",
24-
"webfactor/laravel-apicontroller": "^1.0"
24+
"webfactor/laravel-apicontroller": "^1.0.10"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit" : "~6.0",

src/Transformers/DocumentTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Webfactor\Laravel\Backpack\Documents\Transformers;
44

55
use League\Fractal\TransformerAbstract;
6-
use Webfactor\LaravelBackpackDocuments\Models\Document;
6+
use Webfactor\Laravel\Backpack\Documents\Models\Document;
77

88
class DocumentTransformer extends TransformerAbstract
99
{

0 commit comments

Comments
 (0)