Skip to content

Commit

Permalink
Merge pull request #201 from dbarzin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dbarzin authored Oct 21, 2024
2 parents 17f18c0 + 0ccb744 commit e818c8b
Show file tree
Hide file tree
Showing 3 changed files with 865 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function boot()
URL::forceScheme('https');
}

// if (true) {
if (Config::get('APP_DEBUG')) {
if (env('APP_DEBUG')) {
DB::listen(function ($query) {
Log::info(
$query->sql,
Expand Down
Loading

0 comments on commit e818c8b

Please sign in to comment.