Skip to content

Commit

Permalink
Merge pull request #157 from Capstone-Projects-2024-Spring/troublesho…
Browse files Browse the repository at this point in the history
…ot-show

syntax
  • Loading branch information
AndrewDKahn authored May 6, 2024
2 parents b1d0e20 + e470470 commit 98380c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions colorInSync/app/Http/Controllers/DocumentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ public function show(Request $request, string $id)

#$text = "Nevertheless, the angelic being persevered.";

$colorProfile =
'"grapheme-color map": {
$colorProfile = '
{
"grapheme-color map": {
"A": "rgb(230,16,16)",
"B": "rgb(29,26,214)",
"C": "rgb(250,247,65)",
Expand Down Expand Up @@ -144,7 +145,8 @@ public function show(Request $request, string $id)
"Y": "rgb(255,242,0)",
"Z": "rgb(197,228,232)"
},
"exceptions-color map": {"angelic": "rgb(250,250,250)", "Monday": "rgb(0,0,0)"}';
"exceptions-color map": {"angelic": "rgb(250,250,250)", "Monday": "rgb(0,0,0)"}
}';

$object = new \stdClass();
$object->colorProfile = $colorProfile;
Expand Down

0 comments on commit 98380c5

Please sign in to comment.