Skip to content

Commit

Permalink
Chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 8, 2024
1 parent 14f8d40 commit 205c0c3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/TurboHXServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,5 @@ public function register()
{
$this->app->singleton(FolioManager::class, TurboHX::class);
$this->app->bind(FolioRouter::class, Router::class);

Route::get('/turbo', function () {
return 'Hello World';
});
}

public function boot()
{
// foreach (File::glob(base_path('.www').'/[0-9]*', GLOB_ONLYDIR) as $version) {
// $version = basename($version);
// Folio::path(base_path('.www/'.$version))
// ->uri('/v'.$version)
// ->middleware([
// 'web',
// 'auth:sanctum',
// config('jetstream.auth_session'),
// 'verified',
// ]);
// }
}
}

0 comments on commit 205c0c3

Please sign in to comment.