Skip to content

Commit

Permalink
pkp#8700 Removed not-needed using
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed May 28, 2024
1 parent 30bc59a commit 88a287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/core/PKPApplication.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
define('WORKFLOW_TYPE_AUTHOR', 'author');

use Illuminate\Database\Capsule\Manager as Capsule;
use Illuminate\Database\Query\Builder;

interface iPKPApplicationInfoProvider {
/**
Expand Down Expand Up @@ -222,6 +221,7 @@ public function initializeDatabaseConnection() {
error_log("Database query\n$query->sql\n" . json_encode($query->bindings));//\n Bindings: " . print_r($query->bindings, true));
});


// Set up Laravel queue handling
$laravelContainer->bind('exception.handler', function () {
return new class implements Illuminate\Contracts\Debug\ExceptionHandler {
Expand Down

0 comments on commit 88a287e

Please sign in to comment.