Skip to content

Commit 959f89e

Browse files
committed
Merge pull request #78 from diepxuan/fix/command-registration-issues
fix: Standardize package config files and prevent command registration issues
1 parent 00d755f commit 959f89e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config/log.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
'name' => 'diepxuan/laravel-log',
7+
'namespace' => 'Diepxuan\\Log',
8+
];

0 commit comments

Comments
 (0)