Skip to content

Commit f2d670e

Browse files
committed
fix
1 parent 0849e26 commit f2d670e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/Amp.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Amp)
66
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/Amp.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Amp)
77

8+
Amp is a Laravel package that provides a simple way to create AMP pages.
9+
810
# How to Install
911

1012
```

src/Providers/AmpServiceProvider.php

-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ protected function registerConfig()
8383
$this->mergeConfigFrom(
8484
dirname(__DIR__) . '/Config/Amp.php', 'Amp'
8585
);
86-
87-
// api docs
88-
$this->mergeConfigFrom(
89-
dirname(__DIR__) . '/Config/l5-swagger.php', 'l5-swagger.documentations'
90-
);
9186

9287
}
9388

0 commit comments

Comments
 (0)