Skip to content

Commit

Permalink
Case Match.
Browse files Browse the repository at this point in the history
  • Loading branch information
francis94c committed Aug 7, 2019
1 parent 2496658 commit 2a647a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
if (!defined('BASEPATH')) exit('No direct script access allowed');
class MY_Uri extends CI_URI {
class MY_URI extends CI_URI {

public $appsegments = array();
public $apprsegments = array();
Expand Down

0 comments on commit 2a647a9

Please sign in to comment.