Logging for Preview
This commit is contained in:
parent
435a0ffc23
commit
8c5100dbdc
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ class PreviewController extends BaseController
|
|||
if($request->has('entity_id')){
|
||||
|
||||
info("trying to find entity id = " . $this->decodePrimaryKey($request->input('entity_id')));
|
||||
info("company id = " . auth()->user()->company()->id);
|
||||
|
||||
$entity_obj = $class::on(auth()->user()->company()->db)
|
||||
->withTrashed()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue