17 lines
292 B
PHP
17 lines
292 B
PHP
<?php
|
|
|
|
use App\Models\Log\Log;
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
|
|
|
Log::updateBatch([
|
|
[
|
|
'id' => '1140731878811107328',
|
|
'request_method' => 'POST',
|
|
],
|
|
[
|
|
'id' => '1140754410809327616',
|
|
'request_method' => 'POST',
|
|
],
|
|
]);
|