#34 remove users from uuid

This commit is contained in:
Nabeel Shahzad
2017-06-24 13:30:13 -05:00
parent 7cde58f6f6
commit fe1100e57f
3 changed files with 4 additions and 7 deletions

View File

@@ -11,15 +11,14 @@ use Illuminate\Support\Facades\DB;
class DatabaseService extends BaseService
{
protected static $time_fields = [
protected $time_fields = [
'created_at',
'updated_at'
];
protected static $uuid_tables = [
protected $uuid_tables = [
'flights',
'pireps',
'users',
];
protected function time(): string