1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 04:44:08 +02:00

Add another missing copyright header

This commit is contained in:
Franz Liedke
2016-02-24 23:31:04 +09:00
parent dd92088b5c
commit ceda88d701

View File

@@ -1,4 +1,12 @@
<?php
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Schema\Builder;