Upgraded testing to Laravel 8 - disabled most tests pending code optimisation
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
@@ -21,7 +22,8 @@ use App\Traits\NextKey;
|
||||
*/
|
||||
class Product extends Model implements IDs
|
||||
{
|
||||
use NextKey;
|
||||
use HasFactory,NextKey;
|
||||
|
||||
const RECORD_ID = 'product';
|
||||
public $incrementing = FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user