Cambios generales, a ver si volvemos al desarrollo

This commit is contained in:
2021-06-09 16:24:18 -04:00
parent 1632a2e51f
commit dbb80a9d4e
17 changed files with 314 additions and 520 deletions

View File

@@ -3,14 +3,6 @@
namespace App\Traits;
trait UuidPrimaryKey {
public function getKeyType()
{
return 'string';
}
public function getIncrementing()
{
return false;
}
public function getKeyType() { return 'string'; }
public function getIncrementing() { return false; }
}