mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
Do not override "getFilesPath" method in the Abstract style class
Fixes #56
This commit is contained in:
parent
c086ba176f
commit
6d90246bbe
@ -119,14 +119,6 @@ abstract class AbstractStyle
|
|||||||
return $this->configParser;
|
return $this->configParser;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Builds base path for style files. This path is relative to Mibew root and
|
|
||||||
* does not contain neither leading nor trailing slash.
|
|
||||||
*
|
|
||||||
* @return string Base path for style files
|
|
||||||
*/
|
|
||||||
abstract public function getFilesPath();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets names of styles which are located in the $root_dir.
|
* Gets names of styles which are located in the $root_dir.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user