diff --git a/app/Contracts/CryptographyContract.php b/app/Contracts/CryptographyContract.php new file mode 100644 index 0000000..90f5e8a --- /dev/null +++ b/app/Contracts/CryptographyContract.php @@ -0,0 +1,9 @@ +app->bind(ImageBody::class, Body::class); $this->app->bind(ImageLines::class, Lines::class); + $this->app->bind(CryptographyContract::class, CryptographyString::class); + $this->app->bind(CreateSearchInstanceCommand::class, function () { return new CreateSearchInstanceCommand(Search::class); }); diff --git a/app/Services/CryptographyString.php b/app/Services/CryptographyString.php new file mode 100644 index 0000000..b5febf6 --- /dev/null +++ b/app/Services/CryptographyString.php @@ -0,0 +1,19 @@ +