|
...
|
...
|
@@ -2,12 +2,14 @@ |
|
|
|
|
|
|
|
namespace App\Http\Logic\Bside;
|
|
|
|
|
|
|
|
use App\Models\ProjectGroup;
|
|
|
|
|
|
|
|
class ProjectGroupLogic extends BaseLogic
|
|
|
|
{
|
|
|
|
public function __construct()
|
|
|
|
{
|
|
|
|
parent::__construct();
|
|
|
|
|
|
|
|
$this->model = new Attr();
|
|
|
|
$this->model = new ProjectGroup();
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|