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; } ); // preferences $this->app->bind('FireflyIII\Repositories\Account\AccountRepositoryInterface', 'FireflyIII\Repositories\Account\AccountRepository'); $this->app->bind('FireflyIII\Repositories\Journal\JournalRepositoryInterface', 'FireflyIII\Repositories\Journal\JournalRepository'); } }