Other testing

This commit is contained in:
Lance Pioch 2022-10-28 15:27:52 -04:00
parent d632fa97de
commit 93162ebfee

View file

@ -3,6 +3,7 @@
namespace Pterodactyl\Providers;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Log;
use Pterodactyl\Models\Database;
use Illuminate\Support\Facades\Route;
use Illuminate\Cache\RateLimiting\Limit;
@ -21,6 +22,7 @@ class RouteServiceProvider extends ServiceProvider
*/
public function boot()
{
Log::info(app()->environment());
$this->configureRateLimiting();
// Disable trimming string values when requesting file information — it isn't helpful