Skip to content

Commit

Permalink
major update
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Apr 15, 2019
1 parent dfc624e commit 9aa1308
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/assets/class-manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ abstract class Manifest {

/**
* Provide manifest.json url location.
* You project must provide location for the manifest.json for this to work.
*
* @return string
*
* @since 1.0.0
*/
protected function get_manifest_url() : string {
return get_template_directory() . '/skin/public/manifest.json';
}
abstract protected function get_manifest_url() : string;

/**
* Fetches manifest.json data from get_manifest_url() location, parses and returns as a sanitized array.
Expand Down

0 comments on commit 9aa1308

Please sign in to comment.