app->bind( 'preferences', function () { return new \FireflyIII\Support\Preferences; } ); $this->app->bind( 'navigation', function () { return new \FireflyIII\Support\Navigation; } ); $this->app->bind( 'amount', function () { return new \FireflyIII\Support\Amount; } ); $this->app->bind( 'steam', function () { return new \FireflyIII\Support\Steam; } ); $this->app->bind( 'expandedform', function () { return new \FireflyIII\Support\ExpandedForm; } ); } }