mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
commit
ef647f493a
@ -173,8 +173,6 @@ class PreviewController extends BaseController
|
||||
|
||||
MultiDB::setDb($company->db);
|
||||
|
||||
info("preview db = ".$company->db);
|
||||
|
||||
if($request->input('entity') == 'invoice'){
|
||||
$repo = new InvoiceRepository();
|
||||
$entity_obj = InvoiceFactory::create($company->id, auth()->user()->id);
|
||||
|
@ -54,9 +54,7 @@ class QueryLogging
|
||||
|
||||
// if($count > 150)
|
||||
// nlog($queries);
|
||||
|
||||
info(print_r($queries,1));
|
||||
|
||||
|
||||
$ip = '';
|
||||
|
||||
if(request()->header('Cf-Connecting-Ip'))
|
||||
|
Loading…
Reference in New Issue
Block a user