Skip to content

Commit 6c00875

Browse files
authored
Update DockerServiceProvider.php
1 parent 2af1710 commit 6c00875

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/DockerServiceProvider.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,4 @@ public function boot(): void
2727
__DIR__.'/../config/docker-builder.php', 'docker-builder',
2828
);
2929
}
30-
31-
public static function getPackagePath(string $path = null): string
32-
{
33-
$dir = dirname(__FILE__, 2);
34-
if ($path) {
35-
return $dir.DIRECTORY_SEPARATOR.$path;
36-
}
37-
38-
return $dir;
39-
}
4030
}

0 commit comments

Comments
 (0)