Skip to content

Commit

Permalink
Merge pull request #53 from RECOHA/patch-2
Browse files Browse the repository at this point in the history
Update model.sublime-snippet
  • Loading branch information
mpmont committed Apr 8, 2015
2 parents c4c04ba + b8c114f commit 7e2002c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<snippet>
<content><![CDATA[
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class ${1:${TM_FILENAME/(.+)\..+|.*/\u$1/:ModelName}} extends ${2:CI}_Model {
Expand Down

0 comments on commit 7e2002c

Please sign in to comment.