We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052d0da commit 0c95582Copy full SHA for 0c95582
README.md
@@ -45,7 +45,7 @@ php artisan make:model RemoteUser --remote
45
This will generate a RemoteUser model that extends the core Model class with remote-resource support.
46
47
```php
48
-use Kroderdev\\LaravelMicroserviceCore\\Models\\Model;
+use Kroderdev\LaravelMicroserviceCore\Models\Model;
49
50
class RemoteUser extends Model
51
{
@@ -74,4 +74,4 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
74
75
## License
76
77
-This project is open-sourced software licensed under the [MIT license](LICENSE).
+This project is open-sourced software licensed under the [MIT license](LICENSE).
0 commit comments