Skip to content

Commit 163e5b9

Browse files
committed
Merge branch 'patch-deprecated-72' of git://github.com/kirtangajjar/easyengine into kirtangajjar-patch-deprecated-72
2 parents bd18640 + d64fece commit 163e5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-ee-docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static function connect_site_network_to( $site_name, $to_container ) {
139139
/**
140140
* Function to disconnect site network from appropriate containers.
141141
*/
142-
public function disconnect_site_network_from( $site_name, $from_container ) {
142+
public static function disconnect_site_network_from( $site_name, $from_container ) {
143143

144144
if ( self::disconnect_network( $site_name, $from_container ) ) {
145145
EE::log( "[$site_name] Disconnected from Docker network of $from_container" );

0 commit comments

Comments
 (0)