Skip to content

Commit

Permalink
underline_chars removed from config because of new font
Browse files Browse the repository at this point in the history
  • Loading branch information
sayadaazami committed Nov 22, 2016
1 parent 4fd6e7b commit b145df2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Plate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ class Plate{
private $_parsed = null;
private $_data = null;
private $_suportedChars = null;
private $_underLineChars = null;


public function __construct(){
$config = config('plate');
$this->_data = $config['state_data'];
$this->_suportedChars = $config['supported_chars'];
$this->_underLineChars = $config['under_line_chars'];
}

private function parse(){
Expand Down
1 change: 0 additions & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'ه' => 'شخصی',
'ی' => 'شخصی'
],
'under_line_chars' => ['ج', 'ز', 'ژ', 'س', 'ش', 'ص', 'ع', 'ق', 'ل', 'م', 'ن', 'و', 'ی'],
'state_data' => [
'تهران' =>[
11 =>[
Expand Down

0 comments on commit b145df2

Please sign in to comment.