Cambios generales, a ver si volvemos al desarrollo
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user