Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/app/Providers/RepositoryServiceProvider.php
Назад
<?php namespace App\Providers; use Illuminate\Support\ServiceProvider; class RepositoryServiceProvider extends ServiceProvider { /** * Register services. * * @return void */ public function register() { // $this->app->bind(UserRepositoryInterface::class, UserRepository::class); $this->app->bind(PropertyRepositoryInterface::class, PropertyRepository::class); $this->app->bind(UserRepositoryInterface::class, UserRepository::class); $this->app->bind(TenantRepositoryInterface::class, TenantRepository::class); $this->app->bind(LandlordRepositoryInterface::class, LandlordRepository::class); $this->app->bind(PaymentRepositoryInterface::class, PaymentRepository::class); $this->app->bind(SubscriptionRepositoryInterface::class, SubscriptionRepository::class); $this->app->bind(NotificationRepositoryInterface::class, NotificationRepository::class); $this->app->bind(WalletRepositoryInterface::class, WalletRepository::class); $this->app->bind(TransactionRepositoryInterface::class, TransactionRepository::class); $this->app->bind(EventRepositoryInterface::class, EventRepository::class); $this->app->bind(AdRepositoryInterface::class, AdRepository::class); $this->app->bind(LeaseRepositoryInterface::class, LeaseRepository::class); } /** * Bootstrap services. * * @return void */ public function boot() { // } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка