mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-04 09:06:46 +00:00
8 lines
232 B
Dart
8 lines
232 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'mediafiles.dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$MediaFilesDaoMixin on DatabaseAccessor<TwonlyDB> {
|
|
$MediaFilesTable get mediaFiles => attachedDatabase.mediaFiles;
|
|
}
|