container = new Container(); } public function bootstrap() { $this->app = $this->container->get(GildedRose::class, [$this->items]); } }