Skip to content

Commit e1d1555

Browse files
committed
reorganize structure of service provider
1 parent 9ffdeb3 commit e1d1555

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

100644100755
File mode changed.

composer.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"autoload": {
1313
"psr-4": {
14-
"RouteToClass\\": "src/"
14+
"Zschuessler\\RouteToClass\\": "src/"
1515
}
1616
},
1717
"require": {

composer.lock

100644100755
File mode changed.

src/RouteToClass.php renamed to src/ServiceProvider.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?php
22

3-
namespace Zschuessler;
3+
namespace Zschuessler\RouteToClass;
44

55
use Illuminate\Support\Facades\View;
6-
use Illuminate\Support\ServiceProvider;
76

8-
class RouteBodyClass extends ServiceProvider
7+
class ServiceProvider extends \Illuminate\Support\ServiceProvider
98
{
109
/**
1110
* Register bindings in the container.

0 commit comments

Comments
 (0)