Skip to content

Commit d9a8229

Browse files
committed
[BF] fix namespace
1 parent 5944e7b commit d9a8229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"autoload": {
1515
"psr-4": {
16-
"Webfactor\\ApiController\\": "src"
16+
"Webfactor\\Laravel\\ApiController\\": "src"
1717
}
1818
},
1919
"extra": {

src/ApiController.php

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

3-
namespace WFM\ApiController;
3+
namespace Webfactor\Laravel\ApiController;
44

55
use App\Http\Controllers\Controller;
66
use Illuminate\Http\Request;

0 commit comments

Comments
 (0)