mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-18 07:19:07 -05:00
models added missing Model using
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
namespace Models
|
||||
{
|
||||
|
||||
using Orm::Tiny::Model;
|
||||
using Orm::Tiny::Relations::BelongsTo;
|
||||
|
||||
class TorrentPreviewableFileProperty;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
namespace Models
|
||||
{
|
||||
|
||||
using Orm::Tiny::Model;
|
||||
using Orm::Tiny::Relations::BelongsTo;
|
||||
|
||||
class Torrent;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
namespace Models
|
||||
{
|
||||
|
||||
using Orm::Tiny::Model;
|
||||
using Orm::Tiny::Relations::BelongsTo;
|
||||
|
||||
// NOLINTNEXTLINE(bugprone-exception-escape)
|
||||
|
||||
@@ -18,6 +18,7 @@ using Orm::Constants::SIZE_;
|
||||
using Orm::Constants::SPACE_IN;
|
||||
|
||||
using Orm::Tiny::Casts::Attribute;
|
||||
using Orm::Tiny::Model;
|
||||
using Orm::Tiny::Relations::BelongsTo;
|
||||
using Orm::Tiny::Relations::HasOne;
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
namespace Models
|
||||
{
|
||||
|
||||
using Orm::Tiny::Model;
|
||||
using Orm::Tiny::Relations::HasMany;
|
||||
|
||||
class FilePropertyProperty;
|
||||
|
||||
Reference in New Issue
Block a user