18 lines
239 B
PHP
18 lines
239 B
PHP
<?php
|
|
|
|
namespace App\Library;
|
|
|
|
use DB;
|
|
|
|
use App\Models\Corporation\CorpJournal;
|
|
|
|
use GuzzleHttp\Exception\GuzzleException;
|
|
use GuzzleHttp\Client;
|
|
use GuzzleHttp\RequestOptions;
|
|
|
|
|
|
class SeatHelper {
|
|
// Nothing to do here right now
|
|
}
|
|
|
|
?>
|