Fixing bugs and improving.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -9,6 +9,13 @@ class Pivot extends Model {
|
||||
*/
|
||||
public $pivot_table;
|
||||
|
||||
/**
|
||||
* Indicates if the model has update and creation timestamps.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public static $timestamps = true;
|
||||
|
||||
/**
|
||||
* Create a new pivot table instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user