hnhdigital-os/laravel-navigation-builder

View on GitHub
src/Collection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * This file is part of Laravel Navigation Builder.
 *
 * (c) Rocco Howard <rocco@hnh.digital>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace HnhDigital\NavigationBuilder;

/**
 * This is the collection class.
 *
 * @author Rocco Howard <rocco@hnh.digital>
 */
class Collection extends \Illuminate\Support\Collection
{
}