You need to provide some classes and decorators yourself to maintain the same style as typeorm@2.x.
@EntityRepository(UserEntity)
export class UserRepository extends Repository<UserEntity> {}↓
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| class GoogleDriveServiceProvider extends ServiceProvider | |
| { | |
| /** | |
| * Bootstrap the application services. |