Skip to content

Commit f9b90d7

Browse files
committed
Fix deprecated warning
1 parent f36c291 commit f9b90d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/Images/ImageSettings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ private static function get_default_settings( $container = null ) {
7272
* @param \NewfoldLabs\WP\Container\Container $container Dependency injection container.
7373
*/
7474
public function __construct( $container ) {
75-
$this->container = $container;
7675
$this->default_settings = self::get_default_settings( $container );
7776
$this->register_settings( $container );
7877
$this->initialize_settings();

0 commit comments

Comments
 (0)