Skip to content

Commit 35bcf2e

Browse files
committed
feat(license): add various license files and update template loader path
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 08eb927 commit 35bcf2e

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/License/TemplateLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
public function __construct(?string $templatesPath = null)
3333
{
34-
$this->templatesPath = $templatesPath ?? __DIR__ . '/resources/templates';
34+
$this->templatesPath = $templatesPath ?? \dirname(__DIR__, 2) . '/resources/licenses';
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)