This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
edit form controller
ifah
Siti Hajar Ibrahim
5 years ago
parent
703c6c6a85
commit
5a6910a2ee
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
app/Http/Controllers/Api/FormController.php
+ 1
- 0
app/Http/Controllers/Api/FormController.php
View File
$c = Company::find($f->company_id);
$c = Company::find($f->company_id);
if(!empty($c->name)){
if(!empty($c->name)){
$labelD = $c->name;
$labelD = $c->name;
}
}else{
}else{
$labelD = "";
$labelD = "";
}
}
Write
Preview
Loading…
Cancel
Save