mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add method to indicate completeness.
This commit is contained in:
@@ -75,6 +75,17 @@ class FilePrerequisites implements PrerequisitesInterface
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicate if all prerequisites have been met.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isComplete(): bool
|
||||
{
|
||||
// has no prerequisites, so always return true.
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the user for this Prerequisites-routine. Class is expected to implement and save this.
|
||||
*
|
||||
|
Reference in New Issue
Block a user