|
|
@@ -7,7 +7,7 @@ use App\Http\Validator\EnshrineNoticeValidator;
|
|
|
use App\Http\Validator\EnshrineValidator;
|
|
|
use App\Services\EnshrineNoticeService;
|
|
|
use App\Services\EnshrineService;
|
|
|
-use App\Services\MontionService;
|
|
|
+use App\Services\MotionService;
|
|
|
use Illuminate\Http\Request;
|
|
|
|
|
|
/**
|
|
|
@@ -31,7 +31,7 @@ class EnshrineController extends BaseController
|
|
|
|
|
|
$this->service = new EnshrineService();
|
|
|
$this->noticeService = new EnshrineNoticeService();
|
|
|
- $this->motionService = new MontionService();
|
|
|
+ $this->motionService = new MotionService();
|
|
|
}
|
|
|
|
|
|
|