s-ohnishi
s-ohnishi
I forgot to do some of the multiple changes. I also removed unnecessary comments and aligned quotes.
Invo uses bootstrap4.4.1 and uses `` in .volt. However, bootstrap4 and newer do not include icons by default, and other icons (eg icons.getbootstrap.com or Font Awesome) cannot be used in...
In the searchAction of the controller, it is stored in Session/Bag as follows. However, the array returned by getParams() contains di, and Closure exists in it, so it cannot be...
Reflect namespace and method name changes. The part that uses the database of Invo matches the setting of Invo. I don't know why the routing is like this, or why...
Looking at the source, it looks like this. ``` PHP if (is_array($style) AND !empty($style)) { // apply border style $prev_style = $this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '; $s .= $this->setLineStyle($style,...