mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-05 23:01:37 +01:00
Entire src dir now PSR-4 compatible
This commit is contained in:
@@ -24,7 +24,7 @@ use Smarty\Exception;
|
||||
* @package CacheResource-examples
|
||||
* @author Rodney Rehm
|
||||
*/
|
||||
class Smarty_CacheResource_Mysql extends \Smarty\Cacheresource\Custom
|
||||
class My_CacheResource_Mysql extends \Smarty\Cacheresource\Custom
|
||||
{
|
||||
/**
|
||||
* @var \PDO
|
||||
|
||||
Reference in New Issue
Block a user