Upgraded testing to Laravel 8 - disabled most tests pending code optimisation
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Models;
|
||||
|
||||
use Exception;
|
||||
use Illuminate\Database\Eloquent\Collection as DatabaseCollection;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
@@ -30,7 +31,7 @@ use App\Traits\NextKey;
|
||||
*/
|
||||
class Service extends Model implements IDs
|
||||
{
|
||||
use NextKey;
|
||||
use NextKey,HasFactory;
|
||||
|
||||
const RECORD_ID = 'service';
|
||||
public $incrementing = FALSE;
|
||||
|
Reference in New Issue
Block a user