Skip to content

Instantly share code, notes, and snippets.

View kevinmuller's full-sized avatar

Kevin Muller kevinmuller

View GitHub Profile
@kevinmuller
kevinmuller / colors_custom.less
Last active August 17, 2022 15:54
Passbolt - Black Midgar Theme
/* default */
/* background */
@default-background: #000000;
/* borders */
@default-border: #202020;
/* text */
@default-text-color: #FFFFFF;
/* text */
@text-info-color: #CACACA;
@kevinmuller
kevinmuller / 20171114083933_migrate_test.php
Last active November 14, 2017 15:06
Example of migration script throwing an error while using markMigrated()
<?php
use Migrations\AbstractMigration;
use Migrations\Migrations;
class MigrateTest extends AbstractMigration
{
public function up()
{
$migrations = new Migrations([
'connection' => 'default'