Studio: make grid checkbox rectangular and commit table changes
This commit is contained in:
@@ -36,6 +36,12 @@ class AppServiceProvider extends ServiceProvider
|
||||
$this->app->singleton(UploadDraftServiceInterface::class, function ($app) {
|
||||
return new UploadDraftService($app->make('filesystem'));
|
||||
});
|
||||
|
||||
// Bind vector adapter interface for similarity system (resolves via factory)
|
||||
$this->app->bind(
|
||||
\App\Services\Recommendations\VectorSimilarity\VectorAdapterInterface::class,
|
||||
fn () => \App\Services\Recommendations\VectorSimilarity\VectorAdapterFactory::make(),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user