finish client brief step
This commit is contained in:
parent
e4f06ad854
commit
cdeebbf8c8
11 changed files with 162 additions and 234 deletions
|
|
@ -40,7 +40,7 @@ return [
|
|||
'content' => [
|
||||
'date' => date('Y-m-d h:i')
|
||||
]
|
||||
]);
|
||||
]);
|
||||
|
||||
$newPage = $page->update([
|
||||
"pdf" => $newFile->id()
|
||||
|
|
@ -50,7 +50,7 @@ return [
|
|||
|
||||
} catch (Exception $e) {
|
||||
return [
|
||||
'error' => $e->getMessage(),
|
||||
'error' => $e->getMessage() . " in " . $e->getFile() . " line " . $e->getLine(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue