tethys/app/Message.php
Arno Kaimbacher 0f6260f358 - add message class for help texts
- add migrations for message class
- load messages into vue form for dataset publishing
- check unique email of authors during dataset creation
- adaptions in create-step1.blade.php for tooltip colors
- updated package.json
2020-06-10 21:09:30 +02:00

11 lines
103 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Message extends Model
{
//
}