diff options
author | Camil Staps | 2020-01-03 20:33:39 +0100 |
---|---|---|
committer | Camil Staps | 2020-01-03 20:33:39 +0100 |
commit | 46946cf8a663c66503485411773bdb3388939c58 (patch) | |
tree | 6c976718412a1d0a446b3670df16e7e782093409 /database/migrations | |
parent | Place buttons beneath each other (diff) |
Rename HebrewParseTrainer namespace to LuoParseTrainer
Diffstat (limited to 'database/migrations')
-rw-r--r-- | database/migrations/2020_01_03_190703_remove_mediopassive_voice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/migrations/2020_01_03_190703_remove_mediopassive_voice.php b/database/migrations/2020_01_03_190703_remove_mediopassive_voice.php index beddf3e..a2b2d87 100644 --- a/database/migrations/2020_01_03_190703_remove_mediopassive_voice.php +++ b/database/migrations/2020_01_03_190703_remove_mediopassive_voice.php @@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; -use HebrewParseTrainer\Form; +use LuoParseTrainer\Form; class RemoveMediopassiveVoice extends Migration { |