Skip to content

Commit 5b8cf5c

Browse files
update namespaces
1 parent 873613d commit 5b8cf5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"idrislab\\DockerServices\\": "src/"
24+
"luisgros\\": "src/"
2525
}
2626
},
2727
"extra": {

src/Docker.php

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

3-
namespace idrislab\DockerServices;
3+
namespace luisgros;
44

55
use Docker\DockerClient;
66
use Symfony\Component\Process\Exception\ProcessFailedException;
@@ -9,7 +9,7 @@
99
/**
1010
* Class Docker
1111
*
12-
* @package idrislab\DockerServices
12+
* @package luisgros
1313
*/
1414
class Docker
1515
{
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22

3-
namespace idrislab\DockerServices;
3+
namespace luisgros;
44

55
use Illuminate\Console\Command;
66
use Exception;
77

88
/**
99
* Class DockerServicesCommand
1010
*
11-
* @package idrislab\DockerServices
11+
* @package luisgros
1212
*/
1313
class DockerServicesCommand extends Command
1414
{
@@ -67,7 +67,7 @@ class DockerServicesCommand extends Command
6767
/**
6868
* Create a new command instance.
6969
*
70-
* @param \idrislab\DockerServices\Docker $docker
70+
* @param \luisgros\Docker $docker
7171
*/
7272
public function __construct(Docker $docker)
7373
{

0 commit comments

Comments
 (0)