Skip to content

Commit 9ac01d0

Browse files
committed
Fix workflow
1 parent a028cf4 commit 9ac01d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
fi
6868
6969
- name: Detect unused packages
70-
run: composer-unused -vvv --profile --ansi --no-interaction --no-progress --excludePackage=php
70+
run: composer-unused -vvv --ansi --no-interaction --no-progress

src/Publishers/AdminLTEPublisher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
class AdminLTEPublisher extends FrontendPublisher
88
{
9-
protected $source = 'vendor/almasaeed2010/adminlte/dist';
9+
protected $source = ROOTPATH . 'vendor/almasaeed2010/adminlte/dist';
1010
protected string $path = 'adminlte';
1111
}

0 commit comments

Comments
 (0)