Minor fixes for designs / Namespace fixes (#3669)

* Fixes for namespaces

* Fixes for designs
This commit is contained in:
David Bomba 2020-05-02 10:04:25 +10:00 committed by GitHub
parent 057d525206
commit 1da69b1f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 32 deletions

View File

@ -136,8 +136,6 @@ class Bold extends AbstractDesign
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -144,8 +144,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -147,8 +147,6 @@ class Clean extends AbstractDesign
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -126,8 +126,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -141,8 +141,6 @@ class Elegant extends AbstractDesign
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -150,8 +150,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -148,8 +148,6 @@ $custom_css
$company_address
</div>
</div>
</div>
</html>
';
</div>';
}
}

View File

@ -152,8 +152,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -127,8 +127,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -140,8 +140,6 @@ $custom_css
<footer>
<div class="div_footer flex justify-between py-8 px-12" style="page-break-inside: avoid;">
</div>
</footer>
</body>
</html>';
</footer>';
}
}

View File

@ -9,7 +9,7 @@
* @license https://opensource.org/licenses/AAL
*/
namespace App\Jobs\Util;
namespace App\Jobs\Ninja;
use App\Helpers\Email\InvoiceEmail;
use App\Jobs\Invoice\EmailInvoice;

View File

@ -10,7 +10,7 @@
* @license https://opensource.org/licenses/AAL
*/
namespace App\Traits;
namespace App\Utils\Traits;
trait WithSorting
{