Last active
April 20, 2017 04:56
-
-
Save carlosocarvalho/f3e7304c42a35abb215b210e158395d7 to your computer and use it in GitHub Desktop.
CoreController.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
namespace App\Core; | |
/** | |
* | |
* | |
*/ | |
class CoreController extends \CI_Controller{ | |
/** | |
*@Blade | |
* | |
*/ | |
protected $blade; | |
publicn function __construct(){ | |
parente::__construct(); | |
} | |
} | |
//application/core/CoreController.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment