@@ -25,7 +25,7 @@ public function boot(): void
2525{
2626 if ($ this ->app ->runningInConsole ()) {
2727 if ($ this ->app instanceof LumenApplication) {
28- $ this ->app ->configure ('excel ' );
28+ $ this ->app ->configure ('mckue- excel ' );
2929 } else {
3030 $ this ->publishes ([
3131 $ this ->getConfigFile () => config_path ('mckue-excel.php ' ),
@@ -63,17 +63,17 @@ public function register(): void
6363 return new Filesystem ($ app ->make ('filesystem ' ));
6464 });
6565
66- $ this ->app ->bind ('excel ' , function ($ app ) {
66+ $ this ->app ->bind ('mckue. excel ' , function ($ app ) {
6767 return new Excel (
6868 $ app ->make (Writer::class),
6969 $ app ->make (Reader::class),
7070 $ app ->make (Filesystem::class)
7171 );
7272 });
7373
74- $ this ->app ->alias ('excel ' , Excel::class);
75- $ this ->app ->alias ('excel ' , Exporter::class);
76- $ this ->app ->alias ('excel ' , Importer::class);
74+ $ this ->app ->alias ('mckue. excel ' , Excel::class);
75+ $ this ->app ->alias ('mckue. excel ' , Exporter::class);
76+ $ this ->app ->alias ('mckue. excel ' , Importer::class);
7777
7878Collection::mixin (new DownloadCollection );
7979Collection::mixin (new StoreCollection );
0 commit comments