interface MigrationRepositoryInterface
Methods
Details
at
line 20
array
getRan(string $extension = null)
<p>Get the ran migrations for the given extension.</p>
at
line 29
void
log(string $file, string $extension = null)
<p>Log that a migration was run.</p>
at
line 38
void
delete(string $file, string $extension = null)
<p>Remove a migration from the log.</p>
at
line 45
bool
repositoryExists()
<p>Determine if the migration repository exists.</p>