Skip to content
Snippets Groups Projects
Commit 9b0e4fca authored by a.croix's avatar a.croix
Browse files

Fix style issues

parent 4a0afa4b
No related branches found
No related tags found
1 merge request!3Remove log sq lite
Pipeline #6770 passed
......@@ -2,7 +2,6 @@
namespace App\Http\Controllers;
use App\Jobs\WowaJob;
use App\Log;
use App\Wowa;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Validator;
......
......@@ -3,7 +3,6 @@
namespace App\Jobs;
use App\Feedback;
use App\Logging\LogProcessor;
use App\Mark;
use App\Wowa;
use Illuminate\Bus\Queueable;
......
......@@ -13,7 +13,7 @@ APP_KEY=base64:42cUpwYMEYjS3fifEDm2RN2kjmNtnPHm1tZPMblKGIw=
APP_DEBUG=false
APP_URL=http://localhost:8000
LOG_CHANNEL=custom
LOG_CHANNEL=stack
DB_CONNECTION=sqlite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment