Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 9, 2024
1 parent 5e93647 commit 2dc4b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Models/H5PContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
* @property array $parameters
* @property int $user_id
* @property H5PLibrary $library
* @property int $library_id
*/
class H5PContent extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Contracts/HeadlessH5PServiceContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function listLibraries(): Collection;

public function getConfig(): array;

public function getLibraries(string $machineName = null, string $major_version = null, string $minor_version = null);
public function getLibraries(string $machineName = null, string $major_version = null, string $minor_version = null, int $library_id = null);

public function getEditorSettings($content = null): array;

Expand Down

0 comments on commit 2dc4b31

Please sign in to comment.