1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Change Application to OcSmsMap on controller

This commit is contained in:
Ner'zhul 2014-10-01 17:52:59 +02:00
parent 60cd139e95
commit 75fdc0b4da

View File

@ -25,7 +25,7 @@ class SmsController extends Controller {
private $smsMapper;
private $errorMsg;
public function __construct ($appName, IRequest $request, $userId, SmsMapper $mapper, Application $app){
public function __construct ($appName, IRequest $request, $userId, SmsMapper $mapper, OcSmsApp $app){
parent::__construct($appName, $request);
$this->app = $app;
$this->userId = $userId;