updated commit

This commit is contained in:
sujitprasad
2015-05-08 16:25:40 +05:30
parent ef834c58dc
commit 267467725e
73 changed files with 2748 additions and 2938 deletions

View File

@@ -1,8 +1,15 @@
<?php namespace App\Http\Controllers\Guest;
<?php
namespace App\Http\Controllers\Guest;
use App\Http\Controllers\Controller;
use App\Model\Settings\System;
/**
* OuthouseController
*
* @package Controllers
* @subpackage Controller
* @author Ladybird <info@ladybirdweb.com>
*/
class OuthouseController extends Controller {
/**