Skip to content

Commit c4d79be

Browse files
committed
File loader functionality
1 parent ec8384b commit c4d79be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelGenerator/Loader/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function __construct($config) {
2121
}
2222

2323
public function getContent() {
24-
// TODO: Implement getContent() method.
24+
return file_get_contents($this->file);
2525
}
2626
}

0 commit comments

Comments
 (0)