mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
trying to see why my commits are coming up under sam's name
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@74091 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b34b284929
commit
0881728d79
@ -31,6 +31,10 @@ abstract class BuildTask extends Object {
|
|||||||
*/
|
*/
|
||||||
protected $description = 'No description available';
|
protected $description = 'No description available';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Implement this method in the task subclass to
|
||||||
|
* execute via the TaskRunner
|
||||||
|
*/
|
||||||
abstract function run($request);
|
abstract function run($request);
|
||||||
|
|
||||||
public function isEnabled() {
|
public function isEnabled() {
|
||||||
@ -53,4 +57,4 @@ abstract class BuildTask extends Object {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user