Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 4909cae

Browse files
committed
Change namespace and vendor Hali -> Halivert
1 parent 477b1d1 commit 4909cae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hali/laravel-js-routes",
2+
"name": "halivert/laravel-js-routes",
33
"description": "Command for use Laravel routes in JS",
44
"type": "library",
55
"license": "MIT",
@@ -11,13 +11,13 @@
1111
],
1212
"autoload": {
1313
"psr-4": {
14-
"Hali\\": "src/"
14+
"Halivert\\": "src/"
1515
}
1616
},
1717
"extra": {
1818
"laravel": {
1919
"providers": [
20-
"Hali\\JSRoutes\\JSRoutesServiceProvider"
20+
"Halivert\\JSRoutes\\JSRoutesServiceProvider"
2121
]
2222
}
2323
},

src/Console/CreateJSRoutesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Hali\JSRoutes\Console;
3+
namespace Halivert\JSRoutes\Console;
44

55
use Illuminate\Console\Command;
66
use Illuminate\Support\Facades\Route;

src/JSRoutesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Hali\JSRoutes;
3+
namespace Halivert\JSRoutes;
44

55
use Illuminate\Support\ServiceProvider;
66

0 commit comments

Comments
 (0)