Skip to content

Commit

Permalink
[phalcon#14213] - Removed abstract from the classes
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jun 30, 2019
1 parent a78213b commit fad9f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phalcon/Tag/Select.zep
Expand Up @@ -21,7 +21,7 @@ use Phalcon\Mvc\Model\ResulsetInterface;
* Generates a SELECT html tag using a static array of values or a
* Phalcon\Mvc\Model resultset
*/
abstract class Select
class Select
{
/**
* Generates a SELECT tag
Expand Down
2 changes: 1 addition & 1 deletion phalcon/Text.zep
Expand Up @@ -15,7 +15,7 @@ use Phalcon\Helper\Str;
/**
* Provides utilities to work with texts
*/
abstract class Text
class Text
{
const RANDOM_ALNUM = 0;
const RANDOM_ALPHA = 1;
Expand Down

0 comments on commit fad9f13

Please sign in to comment.