From e4528ae2945b85223fdc231decb133397a5e1bba Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 4 Jan 2016 23:20:28 +0100 Subject: Models, migrations and seeds for root, roottranslation, stem, tense, verb --- app/Root.php | 18 ++++++++++++++++++ app/RootTranslation.php | 18 ++++++++++++++++++ app/Stem.php | 18 ++++++++++++++++++ app/Tense.php | 18 ++++++++++++++++++ app/Verb.php | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 app/Root.php create mode 100644 app/RootTranslation.php create mode 100644 app/Stem.php create mode 100644 app/Tense.php create mode 100644 app/Verb.php (limited to 'app') diff --git a/app/Root.php b/app/Root.php new file mode 100644 index 0000000..5f52e8e --- /dev/null +++ b/app/Root.php @@ -0,0 +1,18 @@ +