Skip to content

Commit

Permalink
Update and rename MultiLanguages.php to LMPHP.php
Browse files Browse the repository at this point in the history
Change the name of the class.
  • Loading branch information
BaseMax committed Jan 21, 2019
1 parent a492a5f commit 6c9876a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MultiLanguages.php → LMPHP.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
*
* @Name : MultiLanguages.php
* @Version : 1.0
* @Name : LMPHP.php
* @Version : 1.1
* @Programmer : Max
* @Date : 2018-12-01
* @Released under : https://github.com/BaseMax/MultiLanguagesPHP/blob/master/LICENSE
* @Repository : https://github.com/BaseMax/MultiLanguagesPHP
* @Released under : https://github.com/BaseMax/LMPHP/blob/master/LICENSE
* @Repository : https://github.com/BaseMax/LMPHP
*
**/
class MultiLanguages
class LMPHP
{
public $languages = [];
public $language = null;
Expand Down

0 comments on commit 6c9876a

Please sign in to comment.