gregorip02 / restql

📦 A data resolution package for your Laravel models.
https://github.com/gregorip02/restql/wiki
GNU General Public License v3.0
128 stars 6 forks source link

Fix load test routes in testing service provider #16

Closed gregorip02 closed 4 years ago

gregorip02 commented 4 years ago

Hot fix

Remove the loadRoutesFrom method from RestqlServiceProvider.

This bug causes restql's own routes to be published for testing in applications that use the package.