We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36c291 commit f9b90d7Copy full SHA for f9b90d7
includes/Images/ImageSettings.php
@@ -72,7 +72,6 @@ private static function get_default_settings( $container = null ) {
72
* @param \NewfoldLabs\WP\Container\Container $container Dependency injection container.
73
*/
74
public function __construct( $container ) {
75
- $this->container = $container;
76
$this->default_settings = self::get_default_settings( $container );
77
$this->register_settings( $container );
78
$this->initialize_settings();
0 commit comments