test_path
This commit is contained in:
parent
75d9597596
commit
09c62100a9
@ -17,6 +17,7 @@ class GenDoc extends Model
|
||||
public static function saveDocument($data){
|
||||
|
||||
$filename = $data->file('filename')->store(self::getEntityFolder($data['entity']));
|
||||
dd($filename);
|
||||
DB::table('gen_docs')
|
||||
->insert([
|
||||
'entity'=>$data['entity'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user