fixed dropmail.php
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
// 1. Bootstrap Laravel
|
||||||
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
|
$app = require_once __DIR__ . '/bootstrap/app.php';
|
||||||
|
|
||||||
|
// 2. Start Laravel container
|
||||||
|
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
|
||||||
|
$kernel->bootstrap();
|
||||||
|
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
|
|
||||||
$newTimezone = 'Europe/London';
|
$newTimezone = 'Europe/London';
|
||||||
|
|||||||
Reference in New Issue
Block a user