Skip to content

Commit ea1feb4

Browse files
gaetan-hexadogactions-user
authored andcommitted
Automatically applied php-cs-fixer changes
1 parent 118f6e4 commit ea1feb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/PackageServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ class PackageServiceProvider extends ServiceProvider
2424
/**
2525
* Our root directory for this package to make traversal easier.
2626
*/
27-
const PACKAGE_DIR = __DIR__.'/../../';
27+
public const PACKAGE_DIR = __DIR__.'/../../';
2828

2929
/**
3030
* Name for this package to publish assets.
3131
*/
32-
const PACKAGE_NAME = 'themes-manager';
32+
public const PACKAGE_NAME = 'themes-manager';
3333

3434
/**
3535
* Pblishers list.

0 commit comments

Comments
 (0)