Set DB for live previews
This commit is contained in:
parent
5f30632370
commit
56446fdd69
1 changed files with 0 additions and 2 deletions
|
|
@ -206,8 +206,6 @@ class PreviewController extends BaseController
|
|||
->where('company_id', auth()->user()->company()->id)
|
||||
->first();
|
||||
|
||||
info(print_r($entity_obj,1));
|
||||
|
||||
$entity_obj = $repo->save($request->all(), $entity_obj);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue