File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "autoload" : {
2323 "psr-4" : {
24- "idrislab \\ DockerServices \\ " : " src/"
24+ "luisgros \\ " : " src/"
2525 }
2626 },
2727 "extra" : {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace idrislab \ DockerServices ;
3+ namespace luisgros ;
44
55use Docker \DockerClient ;
66use Symfony \Component \Process \Exception \ProcessFailedException ;
99/**
1010 * Class Docker
1111 *
12- * @package idrislab\DockerServices
12+ * @package luisgros
1313 */
1414class Docker
1515{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace idrislab \ DockerServices ;
3+ namespace luisgros ;
44
55use Illuminate \Console \Command ;
66use Exception ;
77
88/**
99 * Class DockerServicesCommand
1010 *
11- * @package idrislab\DockerServices
11+ * @package luisgros
1212 */
1313class 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 {
You can’t perform that action at this time.
0 commit comments