JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrgetRepositoryInterface()->boot(); } /** * Register the provider. */ public function register(): void { $this->getRepositoryInterface()->register(); } /** * @return LaravelFileRepository */ public function getRepositoryInterface() { return $this->app[RepositoryInterface::class]; } }