PMCORE-3880 PhpUnit: Error: Call to undefined function factory
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
namespace ProcessMaker\Model;
|
||||
|
||||
use App\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class RbacAuthenticationSource extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = "RBAC_AUTHENTICATION_SOURCE";
|
||||
public $incrementing = false;
|
||||
public $timestamps = false;
|
||||
|
||||
Reference in New Issue
Block a user