You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, in the migration file generated you can change $table->morphs($tableNames['resource_table']); to $table->nullableMorphs($tableNames['resource_table']);
Hi,
I am having trouble getting the
laravel-scorm
package version4
to work. An exception is thrown when using the sample code to upload a scorm archive.Code used:
The error I am receiving:
I assume the library is working, but documentation is missing on how to link the relation.
The text was updated successfully, but these errors were encountered: